implementation("io.ktor:ktor-server-sse:3.3.2")
Enables servers to push real-time updates to clients over HTTP using Server-Sent Events (SSE). Supports event serialization, heartbeat mechanisms, and custom fallback handling for static resources.