Hello everyone! I've been looking for an answer ab...
# server
d
Hello everyone! I've been looking for an answer abot KTOR but can't find it anywhere: is KTOR a jvm-based server? I mean, I need a jvm to run it? (sorry if this is a dumb question, but server development is not my area).
e
#ktor
👍 2
d
Hello, recently I was searching info about the same topic. Seems to be a jvm-based server to me
e
I guess you could run it on native with CIO engine, but not sure
p
Looking at https://ktor.io/servers/deploy.html all the options they provide need a jvm
d
The CIO engine is listed under the JVM section, I think this could be a signal of a direct jvm dependency
j
I use Ktor in production and can confirm that, yes, it is a jvm-based server
p