
implementation("io.ktor:ktor-server-websockets:3.4.0")Enables real-time, full-duplex communication between servers and clients using the WebSocket protocol. Supports configuration of settings like frame size and ping intervals. Allows handling of WebSocket sessions for message exchange. Facilitates addition of WebSocket extensions, such as Deflate, or implementation of custom extensions.