Simple client/server WebSocket communication example using Autobahn|Python running on Twisted networking engine (python-twisted and autobahn are required)
- Install:
python-twisted module
pip install autobahn
- Start server:
$ python server.py
- Open client.html in the browser