django-channels
Brings async, event-driven capabilities to Django. Django 1.11 and up only.
Brings async, event-driven capabilities to Django. Django 1.11 and up only.
To install this package, run one of the following:
Installation commands are not available for this package.
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.
Summary
Brings async, event-driven capabilities to Django. Django 1.11 and up only.
Last Updated
Jan 19, 2020 at 04:02
License
BSD-3-Clause
GitHub Repository
https://github.com/django/channelsDocumentation
https://channels.readthedocs.io/