Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codysoyland/django-socketio-example
an example of using Django with Socket.IO
https://github.com/codysoyland/django-socketio-example
Last synced: about 2 months ago
JSON representation
an example of using Django with Socket.IO
- Host: GitHub
- URL: https://github.com/codysoyland/django-socketio-example
- Owner: codysoyland
- License: bsd-3-clause
- Created: 2011-02-06T20:33:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T21:30:20.000Z (over 6 years ago)
- Last Synced: 2024-10-13T21:11:56.488Z (2 months ago)
- Language: Python
- Homepage: http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/
- Size: 327 KB
- Stars: 77
- Watchers: 6
- Forks: 21
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
-----------------------
django-socketio-example
-----------------------This is an example of using Django with Socket.IO, meant to compliment `my blog post on Django with Socket.IO`_.
.. _my blog post on Django with Socket.IO: http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/
------------
Installation
------------::
git clone git://github.com/codysoyland/django-socketio-example.git
cd django-socketio-example
easy_install pip
pip install virtualenv
virtualenv .
source ./bin/activate
pip install -r pip_requirements.txt-------
Running
-------Start the example server::
./run_example.py
Then point your browser to http://localhost:9000/.