Overview of Django Channels
mainDjango Channels augments Django to provide support for asynchronous protocols and tasks, including:
- WebSockets
- Long-poll HTTP
- Task offloading
- Other async support
It uses familiar Django design patterns and a flexible framework that allows for customizing behaviors or writing support for custom protocols.