Server-Sent Events (SSE)
A unidirectional HTTP-based push technology where the server sends events to the client over a single long-lived connection, simpler than WebSocket for one-way streaming.
A unidirectional HTTP-based push technology where the server sends events to the client over a single long-lived connection, simpler than WebSocket for one-way streaming.