This example application uses:
This example application is running on Heroku.
http://dwr-example.herokuapp.com/
Note that Django is not running at all. Tornado is serving a static HTML file and is routing the websocket requests. django-websocket-request then does the magic.
Throttling is enabled and snippets are erased periodically. If you run into any errors feel free to bother @jpadilla_ on Twitter about it.
$ pip install -r requirements.txt
$ python manage.py syncdb
$ python ws.py
$ open http://127.0.0.1:8080