implementation("io.ktor:ktor-server-cio:3.3.2")
Implements a coroutine-based I/O server engine for handling network requests efficiently. Supports Unix domain sockets and various platforms. Does not support HTTP/2.