Skip to content

SSE

Server-Sent Events

Medium — good to knowBackend

ELI5 — The Vibe Check

SSE is just the abbreviation for Server-Sent Events. Same thing — the server streams updates to you over a persistent connection. You've seen this if you've used ChatGPT: those words appearing one by one are SSE messages streaming from the server.

Real Talk

SSE is the abbreviated form of Server-Sent Events. The EventSource API is the browser interface for consuming SSE. It automatically handles reconnection with a Last-Event-ID header. Supported natively in all modern browsers without extra libraries.

When You'll Hear This

"The AI response uses SSE to stream tokens." / "EventSource is the browser API for consuming SSE."

Made with passive-aggressive love by manoga.digital. Powered by Claude.