WAMP-Klein Application
This example demonstrates combining a Klein Web application with a Autobahn WAMP application.
Klein essentially is Flask for Twisted Web.
Running the Example
Install dependencies:
pip install autobahn[twisted] jinja2 klein
Start the server side:
python server.py
Open http://localhost:8080 in your browser.