
implementation("io.ktor:ktor-client-websockets:3.0.0-beta-1")Enables full-duplex communication over a single TCP connection, facilitating real-time data exchange between clients and servers. Supports handling WebSocket sessions, sending and receiving messages, and configuring settings like frame size and ping intervals.