Building SSE in Django with Django Channels
Intro to SSE
Server-Sent Events (SSE) let servers push updates to the browser over plain HTTP. An SSE client opens a single long-lived HTTP connection and the server streams text events down that conn
ruzan.hashnode.dev5 min read