
implementation("io.ktor:ktor-client-websockets:3.3.2")Enables real-time, full-duplex communication over a single TCP connection using the WebSocket protocol. Supports sending and receiving text and binary frames, handling sessions, and configuring settings like frame size and ping intervals. Integrates with serialization libraries for automatic data conversion.