Files
Tobias Oberstein e90f1cc04c cleanup links
2016-05-01 18:17:39 +02:00
..
2013-12-23 00:13:34 +01: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 TLS Echo Server as Twisted Web Resource

This is a variant of a basic WebSocket Echo server that is running as a Twisted Web Resource and under TLS (that is HTTPS for Web, and WSS for WebSocket).

Running

Run the server by doing

python server.py

and open

https://localhost:8080/

in your browser.

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