cycle-sse-driver is a [Cycle.js][cycle] [driver][driver] for Server-Sent Events (SSE), a browser feature also known as EventSource. Server-Sent Events allow the server to continuously update the page with new events, without resorting to hacks like long-polling.