Skip to content

bobbyrussell/django-socketio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Django SocketIO

About

Django SocketIO is just an exercise to implement user interactions with sockets via nodejs and django

Requirements

Installation

You might do something like this to install this project to your current working directory...

  • Invoke:

      virtualenv env
      . env/bin/activate
      git clone https://github.com/bobbyrussell/django-socketio
      cd django-socketio
      pip install -r requirements/base.txt
      bower install
      cd socketdjango/nodejs && npm install
      cd ../..
      node socketdjango/nodejs/server.js &
      python socketdjango/manage.py runserver &
    
  • Point your browser to http://localhost:8000/chat

License

This code is licensed under the MIT License.