software
SSE
Server-Sent Events
Definition
SSE is a simple HTTP-based protocol for servers to push a unidirectional stream of events to browser clients over a persistent connection. Unlike WebSockets, SSE is unidirectional (server to client only) and automatically reconnects on connection loss.
SSE is ideal for live feeds, progress notifications, and LLM token streaming — use cases that don't need client-to-server real-time communication.
Ship secure code faster
Crash Override integrates security into the developer workflow. No context switching, no waiting on reviews.