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?
That’s an area where contributions are welcome, and we believe that existing stack allows writing such a framework rather easily
👍 1
a
akoncius
03/12/2018, 12:25 PM
@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
orangy
03/12/2018, 1:57 PM
I think ktor discussion should be in #ktor, because it’s not much about native compilation, but rather framework and its dependencies
👍 1
o
olonho
03/12/2018, 8:11 PM
Not sure if K/N needs branch for http server, it just deserves a separate repo or branch in ktor repo
a
akoncius
03/12/2018, 9:09 PM
@olonho yeah, for now it will be as a separate repo