Django Cheatsheet 16 — Django Channels (WebSockets)
Cheatsheet: Channels setup, AsyncWebsocketConsumer, groups, sending from views.
Cheatsheet: Channels setup, AsyncWebsocketConsumer, groups, sending from views.
Practical Django Channels: consumer design, auth in WebSocket connections, channel layers via Redis, scaling, and where to reach for ASGI alternatives.
How async Django actually works in 2026 — async views, the async ORM, sync_to_async/async_to_sync gotchas, ASGI deployment with Daphne/Uvicorn, and where Channels still earns its keep.
How Go concurrency really works — goroutines, channels, select, sync primitives, context, and the patterns to use (and to avoid) in production code.