Skip to content

about sockets in python #8

Discussion options

You must be logged in to vote

It seems like you are trying to establish communication using websocket, which the built-in socket module would not be suited for out of the box (as it operates at a much lower level). You may wish to refer to this thread on how you might want to use websocket in Python instead. –
metatoaster

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by travis-garcon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants