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