is there a benefit to running kotlin (and probably...
# getting-started
b
is there a benefit to running kotlin (and probably KTOR) as a webserver without the JVM?
1
j
How exactly do you mean? You mean using Kotlin/Native?
b
yes
j
For a webserver I don't think you would really benefit from that
b
ok, so you mainly want native for interop benefits in that case
thank you!
j
Or for quick startup time, like for a CLI
But the JVM is very optimized for server use cases
p
I've not actually tried it or even really looked into it but I have wondered if there's a benefit for scale-to-zero scenarios (i.e. knative-serving/eventing) for ktor+kotlin/native. We're just sticking with JVM until it becomes an issue.
c
I guess the serverless installation. For example, our customers do not allow to run any JVM on site. That would be alternative