blob: 62c8f050130381739e9d168974e4a43287fb6ee7 (
plain)
1
2
3
4
5
|
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.
|