Because it's not a priority? State your use case any it may be considered. For general server applications I think the advice would be to write a JVM server.
m
Md Sadique Inam
01/06/2024, 5:32 AM
So that we can build native server which will consume less resources and even faster than the jvm server, and ktor also provides native support which may be held back just because exposed doesn't support native
Md Sadique Inam
01/06/2024, 5:35 AM
I am willing to contribute to enable native support, but I need a direction for where to start
d
darkmoon_uk
01/06/2024, 5:40 AM
It's possible. I question any assumption that a Kotlin Native version would be faster though.
darkmoon_uk
01/06/2024, 5:40 AM
The JVM target, both JVM runtime and compiler, have received a lot of optimisation that the Native compiler hasn't.