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
4 Answers
+ 2
Thats something you'd have to look up. A quick example:
https://code.sololearn.com/c24JOGY28PP7/?ref=app
https://code.sololearn.com/cZaV0a70nS9d/?ref=app
0
Thank you Slick
what are socket. AF_INET, socket. SOCK_STREAM
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.
0
Sorry.... In the saving process it happened