# 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 ```sh pip install -r requirement.txt python manage.py migrate ``` # How to Run ```sh python manage.py runserver_socketio ``` open http://127.0.0.1:8000/ with your browser to see the result