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.
Psami-wondah 655bffea1f Moved the sio application to views.py, deleted the reference to the socketio app that doesn't exist 3 years ago
..
core Moved the sio application to views.py, deleted the reference to the socketio app that doesn't exist 3 years ago
django_io Moved the sio application to views.py, deleted the reference to the socketio app that doesn't exist 3 years ago
.gitignore Moved the sio application to views.py, deleted the reference to the socketio app that doesn't exist 3 years ago
Procfile added django_example for asgi servers with uvicorn 3 years ago
README.md Moved the sio application to views.py, deleted the reference to the socketio app that doesn't exist 3 years ago
manage.py added django_example for asgi servers with uvicorn 3 years ago
requirements.txt added django_example for asgi servers with uvicorn 3 years ago
server.py added django_example for asgi servers with uvicorn 3 years ago

README.md

Django with SocketIO

Initialization

  • pip install -r requirements.txt (in virtual environment)

  • python server.py to start app

  • The Procfile contains settings for running uvicorn in deployment with gunicorn as stated in the django documentation