Is there any lib that can help me to write REST AP...
# kotlin-native
l
Is there any lib that can help me to write REST API server in kotlin-native? Something like Ktor, Spark etc
👍 1
o
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