Skip to content

marvin/django_nodejs_socketio_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a django example for using nodejs and socket.io with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published