
implementation("cn.ktorfitx:multiplatform-websockets:3.2.3-3.1.0")Facilitates real-time, full-duplex communication over a single TCP connection using the WebSocket protocol. Enables efficient message exchange between clients and servers, supporting real-time data transfer. Offers configuration options for frame size, ping intervals, and serialization. Provides APIs for handling WebSocket sessions, including sending and receiving messages, and managing session closures.