channels
Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.
Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.
To install this package, run one of the following:
.. image:: https://api.travis-ci.org/django/channels.svg :target: https://travis-ci.org/django/channels
.. image:: https://readthedocs.org/projects/channels/badge/?version=latest :target: https://channels.readthedocs.io/en/latest/?badge=latest
.. image:: https://img.shields.io/pypi/v/channels.svg :target: https://pypi.python.org/pypi/channels
.. image:: https://img.shields.io/pypi/l/channels.svg :target: https://pypi.python.org/pypi/channels
Channels loads into Django as a pluggable app to bring WebSocket, long-poll HTTP, task offloading and other asynchrony support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs.
Documentation, installation and getting started instructions are at https://channels.readthedocs.io
Channels is an official Django Project and as such has a deprecation policy.
Details about what's deprecated or pending deprecation for each release is in
the release notes <http://channels.readthedocs.io/en/latest/releases/index.html>_.
Support can be obtained either here via issues, or in the #django-channels
channel on Freenode.
You can install channels from PyPI as the channels package.
You'll likely also want to install asgi_redis or asgi_rabbitmq
to provide the Redis/RabbitMQ channel layer correspondingly.
See our installation <https://channels.readthedocs.io/en/latest/installation.html>_
and getting started <https://channels.readthedocs.io/en/latest/getting-started.html>_ docs for more.
All Channels projects currently support Python 2.7, 3.4 and 3.5. channels supports all released
Django versions, namely 1.8-1.10.
To learn more about contributing, please read our contributing docs <https://channels.readthedocs.io/en/latest/contributing.html>_.
To report security issues, please contact [email protected]. For GPG signatures and more security process information, see https://docs.djangoproject.com/en/dev/internals/security/.
To report bugs or request new features, please open a new GitHub issue. For
larger discussions, please post to the
django-developers mailing list <https://groups.google.com/d/forum/django-developers>_.
Django Core Shepherd: Andrew Godwin [email protected]
Maintenance team:
If you are interested in joining the maintenance team, please
read more about contributing <https://channels.readthedocs.io/en/latest/contributing.html>_
and get in touch!
The Channels project is made up of several packages; the others are:
Daphne <https://github.com/django/daphne/>_, the HTTP and Websocket termination serverasgiref <https://github.com/django/asgiref/>_, the base ASGI library/memory backendasgi_redis <https://github.com/django/asgi_redis/>_, the Redis channel backendasgi_rabbitmq <https://github.com/proofit404/asgi_rabbitmq/>_, the RabbitMQ channel backendasgi_ipc <https://github.com/django/asgi_ipc/>_, the POSIX IPC channel backendSummary
Brings event-driven capabilities to Django with a channel system. Django 1.8 and up only.
Last Updated
Sep 26, 2017 at 00:28
License
BSD 3-clause
Total Downloads
2
Version Downloads
2
Supported Platforms
GitHub Repository
http://github.com/django/channelsDocumentation
https://channels.readthedocs.io/en/stable/