django/channels
Developer-friendly asynchrony for Django observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4109
- days_rel: n/a
- days_push: 27
- n_releases_24m: 0
Adoption not part of the score
6352 stars · 825 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Django Channels is an official Django project that adds asynchronous, event-driven capabilities such as WebSocket and long-poll HTTP support to Django applications. It uses familiar Django design patterns on top of the ASGI specification, with a flexible layer for custom protocol support.
Use cases
- add websocket support to a django app
- build real-time chat with django
- handle long-polling http requests in django
- offload background tasks from django views
- write custom async protocol handlers for django
- serve django over asgi with async consumers
When to choose
- you already use Django and need real-time bidirectional communication
- you want async consumers following Django's class-based patterns
- you need an official, well-maintained ASGI layer for Django
When to avoid
- you use Flask, FastAPI, or another non-Django framework
- you only need simple synchronous request/response handling
- you want a standalone websocket server without Django
Facets
library · maturity stable
websocket http-server middleware routing concurrency web-development backend developer-tools python cross-platform django asgi async long-polling event-driven real-time web-server
2 sources
- readme: https://github.com/django/channels · fetched 2026-08-28 · 568db65578d8
- registry_pypi: https://pypi.org/pypi/channels/json · fetched 2026-08-29 · 85c4de9f2911
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| django/channels | main | 75 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem