This example show's how to use Django in connection with node.js and socket.io
- django
- nodejs
- socket.io
- coffeescript
For the base template I used html5 boilerplate. All Javascript is written in CoffeeScript.
To start the nodeJS server
node server.js
To start django
python manage.py runserver 8080
Open your browser and go to
http://localhost:8080