
implementation("io.ktor:ktor-server-websockets:3.3.2")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 WebSocket sessions for message exchange. Facilitates adding extensions, such as the Deflate extension or custom implementations.