You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple websocket server that simply echo's any messages received from the client.
This implementation is only capable of one unique client.
Written using and tested against Python 2.5.4 with Google Chrome 8.0.552.231.
About
simple python websocket implementation that supports websocket protocol 76