/django_socketio_test

The test django test project

Primary LanguageJavaScript

django_socketio_test

The test project for gevent_socketio2.

Installation

git clone --recursive git@github.com:shuoli84/django_socketio_test.git
cd django_socketio_test/django_socketio_test
mkvirtualenv django_socketio_test
pip install -r requirements.txt
python manage.py run

Then open browser and browse to 127.0.0.1:8001