
implementation("io.ktor:ktor-client-websockets:3.5.0")Enables full-duplex communication over a single TCP connection, facilitating real-time data exchange between clients and servers. Supports configuration of frame size, ping intervals, and serialization formats like JSON and XML.