Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 487 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 487 Bytes

DJANGO NODEJS SOCKET.IO EXAMPLE

This example show's how to use Django in connection with node.js and socket.io

Requirements

  • django
  • nodejs
  • socket.io
  • coffeescript

Info

For the base template I used html5 boilerplate. All Javascript is written in CoffeeScript.

Usage

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