implementation("io.ktor:ktor-server-websockets:3.4.1")
Enables real-time, bidirectional communication between servers and clients using WebSockets, supporting text and binary frames, and handling control frames like close, ping, and pong.