implementation("io.ktor:ktor-server-sse:3.0.3")
Enables servers to push real-time updates to clients over HTTP using Server-Sent Events (SSE). Supports automatic serialization, heartbeat events, and reconnection mechanisms.