# 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