Quick and dirty socketio server for django
Project description
Tools to get a socketio server running on a django site quickly
install in settings.py
INSTALLED_APPS = (
...
'socketio_server',
...
)
Then copy the socketio_settings.sample.py into the same dir as manage.py.
Change the settings to match your preference.
Then run:
python manage.py socketio
to turn on the socketio server. You'll probably want to create your own
namespace to run your custom socketio logic. Look to gevent_socketio for help.
install in settings.py
INSTALLED_APPS = (
...
'socketio_server',
...
)
Then copy the socketio_settings.sample.py into the same dir as manage.py.
Change the settings to match your preference.
Then run:
python manage.py socketio
to turn on the socketio server. You'll probably want to create your own
namespace to run your custom socketio logic. Look to gevent_socketio for help.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
socketio-server-0.0.9.tar.gz
(6.2 kB
view details)
File details
Details for the file socketio-server-0.0.9.tar.gz
.
File metadata
- Download URL: socketio-server-0.0.9.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c3c36a4bf8e3d55b4c50342f2f7880278d2ff655380766e28269b2244957b62a |
|
MD5 | 64ac57c19b071bbb63ab231dd87458d1 |
|
BLAKE2b-256 | 80bb24ba8a9f23d7b9d1dd38e64b7b340769187afa117843402999dcb6f08c8c |