Files
Tobias Oberstein e90f1cc04c cleanup links
2016-05-01 18:17:39 +02:00
..
2016-05-01 18:17:39 +02:00
2016-05-01 18:24:51 +03:00
2016-02-08 15:09:49 +01: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.