You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sillygod bb3beb7af2 add server generate event in example 10 years ago
..
chat add server generate event in example 10 years ago
django_chat add django example for python-socketio 10 years ago
sdjango add server generate event in example 10 years ago
db.sqlite3 add django example for python-socketio 10 years ago
manage.py add django example for python-socketio 10 years ago
readme.md add django example for python-socketio 10 years ago
requirement.txt add django example for python-socketio 10 years ago

readme.md

python-socketio with django example

This example is for who wants to use django with pyton-socketio. Some tricks used in this example is inspired by gevent-socketio.

How to Setup

pip install -r requirement.txt
python manage.py migrate

How to Run

python manage.py runserver_socketio

open http://127.0.0.1:8000/ with your browser to see the result