You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Channels augments Django to bring WebSocket, long-poll HTTP,
task offloading and other async 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.
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.
Support can be obtained through several locations - see our
support docs for more.
You can install channels from PyPI as the channels package.
See our installation
and tutorial docs for more.
Dependencies
All Channels projects currently support Python 3.9 and up. channels is
compatible with Django 4.2+.
To report bugs or request new features, please open a new GitHub issue. For
larger discussions, please post to the
django-developers mailing list.
Maintenance is overseen by Carlton Gibson with help from others. It is a
best-effort basis - we unfortunately can only dedicate guaranteed time to fixing
security holes.