implementation("io.ktor:ktor-server-sse:3.0.0-beta-1")
Enables server-sent events (SSE) support in web applications, facilitating real-time, one-way communication from server to client.