Hi! Just curious : are there any efforts into maki...
# kotlin-native
a
Hi! Just curious : are there any efforts into making some web framework for kotlin native? to be able to write backend systems which compiles into native binary?
👍 2
o
We want to run #ktor natively eventually, but there is no plan or timeline for it. Meanwhile you can look at https://github.com/JetBrains/kotlinconf-spinner/tree/master/kotlin-native/samples/fullstack/httpserver
a
thanks for answer!
o
That’s an area where contributions are welcome, and we believe that existing stack allows writing such a framework rather easily
👍 1
a
@olonho well in this case would be great to have at least roadmap and separate branch for this, because especially me don't know what/where to contribute 😄 wouldn't it make sense to write a wrapper for Libmicrohttpd and then include it in ktor for kotlin-native build? in this case new kotlin project would need bo be introduced and then after that start working on ktor
o
I think ktor discussion should be in #ktor, because it’s not much about native compilation, but rather framework and its dependencies
👍 1
o
Not sure if K/N needs branch for http server, it just deserves a separate repo or branch in ktor repo
a
@olonho yeah, for now it will be as a separate repo