simple-websocket-server icon indicating copy to clipboard operation
simple-websocket-server copied to clipboard

A simple WebSocket server

Results 4 simple-websocket-server issues
Sort by recently updated
recently updated
newest added

on linux everything works fine! but on windows "connected(self)" and "handle_close(self)" from the example echo script doesn't work or get triggered "No connection could be made because the target machine...

Hello pikhokin, Thanks for the great implementation of the websocket server. I am facing one issue. It would be great if you could help out. I am streaming base64 image...

After following step up to 3 in the section 'TLS/SSL Example' FIY: both the servers are running i.e. > python tests/simple_https_server.py and > python tests/example_server.py --example chat --ssl 1 but...

When the client is suddently disconnected (like if his network disconnects or he connects to a VPN while he's connected to the websocket), it will be disconnected from the server...