Term Kind Topic What it is
Server-Sent Events SSE, EventSource protocol WebSockets & Realtime A one-way streaming protocol over plain HTTP in which the server pushes text events to the client on a long-lived response.
WebSocket Backplane pattern WebSockets & Realtime A shared publish/subscribe layer letting a message published on one server reach clients connected to a different server.