Join Slack
Powered by
Is there any lib that can help me to write REST AP...
# kotlin-native
l
lsk
01/01/2019, 7:55 PM
Is there any lib that can help me to write REST API server in kotlin-native? Something like Ktor, Spark etc
👍 1
o
olonho
01/01/2019, 8:46 PM
Ktor server is not yet supported for Native, but as one example see using libmicrohttp at
https://github.com/JetBrains/kotlinconf-spinner/blob/master/httpserver/src/main/kotlin/server/HttpServer.kt
5
Views
Open in Slack
Previous
Next