implementation("io.ktor:ktor-server-websockets:3.3.3")
Enables real-time, full-duplex communication between servers and clients using the WebSocket protocol. Supports configuration of frame size, ping intervals, and session handling.