implementation("io.ktor:ktor-server-cio:3.4.1")
Enables building lightweight, asynchronous web servers using a coroutine-based I/O model. Supports multiple platforms, including JavaScript environments.