pythonasyncioeventletgeventlong-pollinglow-latencysocket-iosocketiosocketio-serverweb-serverwebsocket
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.
|
3 years ago | |
---|---|---|
.. | ||
django_socketio | 3 years ago | |
socketio_app | 3 years ago | |
README.md | 3 years ago | |
manage.py | 3 years ago | |
requirements.txt | 3 years ago |
README.md
django-socketio
This is an example Django application integrated with Socket.IO.
You can run it with the Django development web server:
python manage.py runserver
When running in this mode, you will see a warning indicating that the WebSocket transport is not available, which is not supported by this web server.
See the documentation for information on supported deployment methods that you can use to add support for WebSocket.