Skip to main content

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.

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page