@gildor commented on
@wickedev’s file
https://kotlinlang.slack.com/files/U1L9H6FFA/FA0FRNCDN/screenshot_20180405-015418.jpg▾
: Take a look on Ktor:
There you can find pure Kotlin http server and http client libraries (check CIO implementations - Coroutines IO. But for now it’s JVM only):
https://github.com/ktorio/ktor
Also there are kotlinx.serialization, kotlinx.coroutines (and some plans to provide async file/socket IO, that can be in the future be multiplatform)