Before we have multiplatform IO/socket abstraction...
# server
g
Before we have multiplatform IO/socket abstraction and Ktor is JVM only, the simplest way to do that is just use some C http server library for native and probably write some idiomatic Kotlin wrapper for this library.
n
Multiplatform IO is the most awesome feature that I want ;) I wait it. Do you know some insider info when it will be released?
g
Nope, but Ktor contains some components that intended to be multiplatform http client and server, but even those modules still JVM only and currently experimental.
Ktor CIO based on this experimental implementation https://github.com/Kotlin/kotlinx-io