
implementation("io.ktor:ktor-server-websockets:2.0.0-beta-1")Enables real-time, full-duplex communication between clients and servers using the WebSocket protocol. Supports configuration of frame size, ping intervals, and custom extensions. Facilitates handling of WebSocket sessions for message exchange.