I need some help on Websockets can anyone help me to implement in python...? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I need some help on Websockets can anyone help me to implement in python...?

I want to use web sockets to record continuous events for my project I have zero knowledge on web sockets

1st Jun 2021, 4:53 AM
S@ndhya Rani.B
S@ndhya Rani.B - avatar
4 Answers
1st Jun 2021, 8:44 AM
Slick
Slick - avatar
0
Thank you Slick what are socket. AF_INET, socket. SOCK_STREAM
1st Jun 2021, 9:12 AM
S@ndhya Rani.B
S@ndhya Rani.B - avatar
0
No problem, look through the code though. It tells you in the client: AF_INET is ipv4 and SOCK_STREAM is tcp EDIT: And you really shouldn't just post other's code as your own. Try writing some out from scratch.
1st Jun 2021, 9:25 AM
Slick
Slick - avatar
0
Sorry.... In the saving process it happened
1st Jun 2021, 9:33 AM
S@ndhya Rani.B
S@ndhya Rani.B - avatar