
implementation("io.ktor:ktor-websockets:3.3.2")Enables real-time, full-duplex communication between clients and servers using the WebSocket protocol. Supports handling WebSocket sessions, configuring settings like frame size and ping intervals, and adding extensions for enhanced functionality.