implementation("io.ktor:ktor-server-sse:3.4.1")
Enables server-sent events, facilitating real-time, one-way communication from server to client.