django-channels
Package — Web AuthPython 3.7+Intermediate
WebSocket and async protocol support for Django
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- Django, daphne, asgiref
- Install
pip install channels
Learn by Difficulty
Quick Example
python
# Install: pip install channels import django_channels # Basic django-channels usage print(f"Using django-channels") # See documentation for detailed examples
django-channels is a third-party package. WebSocket and async protocol support for Django. Install with: pip install channels
Try in PlaygroundTags
packagewebauthenticationmiddleware