implementation("io.ktor:ktor-server-sse:3.0.0-beta-2")
Enables server-sent events (SSE) support for real-time, unidirectional communication from server to client.