Join Slack
Powered by
Tried ktor, wasabi and even nanohttp but no luck
# server
r
RichyHBM
04/17/2018, 1:03 PM
Tried ktor, wasabi and even nanohttp but no luck
g
gildor
04/17/2018, 2:50 PM
All those web servers are JVM based, for native you need native http server library
gildor
04/17/2018, 2:51 PM
Take a look on this sample that uses microhttpd C library:
https://github.com/JetBrains/kotlinconf-spinner/tree/master/kotlin-native/samples/fullstack/httpserver
gildor
04/17/2018, 2:52 PM
There are plans to make ktor multuplatform and some parts already there, but not ready yet
gildor
04/17/2018, 2:52 PM
also wasabi is deprecated (“merged to ktor”)
2
Views
Open in Slack
Previous
Next