Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.
/ django-omnibus Public archive

django-omnibus is a Django library which helps to create websocket-based connections between a browser and a server to deliver messages.

License

Notifications You must be signed in to change notification settings

moccu/django-omnibus

Repository files navigation

django-omnibus

Django/JavaScript WebSocket Connections.

Coverage Status Travis Status

What is django-omnibus

django-omnibus is a Django library which helps to create websocket-based connections between a browser and a server to deliver messages.

Some use cases could be:

  • Chat systems
  • Realtime stream updates
  • Inter-browser communication
  • file transfers
  • and so on..

django-omnibus is quite extensible. The connection handler, the Tornado web application and the authenticator can be replaced by just changing a setting.

For browser compatibility django-omnibus also supports SockJS (which provides fallbacks for older browsers).

On the client side, django-omnibus provides a library which handles the connection, authentication and channel subscription (multiple channels can be subscribed using one connection).

Installation & Documentation

All documentation is in the "docs/source" directory and online at Read the Docs.

License

django-omnibus is licenced under the BSD License.

About

django-omnibus is a Django library which helps to create websocket-based connections between a browser and a server to deliver messages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published