Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

blimpio/django-websocket-request-example

Repository files navigation

django-websocket-request-example

Overview

This example application uses:

Live demo

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.

Running locally

$ pip install -r requirements.txt
$ python manage.py syncdb
$ python ws.py
$ open http://127.0.0.1:8080

Releases

No releases published

Packages

No packages published

Languages