Files
deb-python-autobahn/examples/twisted/websocket/echo_wsgi
2016-12-01 15:04:42 -07:00
..
2016-05-01 18:17:39 +02:00
2016-05-01 18:24:51 +03:00
2016-12-01 15:04:42 -07:00

WebSocket Echo Server as Twisted Web Resource plus WSGI/Flask

This is a variant of a basic WebSocket Echo server that is running as a Twisted Web Resource.

Running

Run the server by doing

python server.py

and open

http://localhost:8080/

in your browser.

This will show up all WebSocket messages exchanged between clients and server.