
implementation("io.ktor:ktor-server-websockets:3.0.0-beta-2")Enables real-time, full-duplex communication between servers and clients using the WebSocket protocol. Supports configuration of frame size, ping intervals, and session handling. Allows adding extensions like Deflate or custom implementations.