Name
Last commit
Last update
..
echows first commit
twisted/plugins first commit
.gitignore first commit
MANIFEST.in first commit
README.md first commit
setup.py first commit

WebSocket Echo Service

This example shows how to:

  1. package up Autobahn-based servers (and clients) as Twisted services
  2. provide an application as a Twisted plugin (for twistd)
  3. include static files into a package and access those in services

Resources

Running

Run the server by doing

twistd echows

and open

http://localhost:8080/

in your browser.

To activate debug output on the server, start it

twistd echows -d

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