Roadmap
django-flosse is actively developed. Here is what is planned:
✅ Completed
- [x] Async support — native
async defgenerator views for ASGI servers (Uvicorn, Daphne). Shipped in v0.2.0.
🗓️ Planned
v0.3.0 — "The Django Way"
- [ ] Class-based views —
SSEViewwith sync and async support, matching Django's own CBV conventions. - [ ] DRF compatibility — use
authentication_classes,permission_classes, andthrottle_classesfrom Django REST Framework directly. - [ ]
contrib.channels— built-in in-memory channel for fan-out broadcasting to multiple connected clients, with zero extra dependencies.
v0.4.0 — "Broadcast Ready"
- [ ]
contrib.redis— Redis-backed channel for multi-process and multi-worker deployments (pip install django-flosse[redis]).
Have an idea?
Open an issue on GitHub and let's discuss it before you start coding — this keeps the library focused and the API consistent.