@Robert Jaros I wish this was given high priority so we can get to build APIs that use less RAM and can be deployed on shared hosting.
I feel the JVM is sometimes too big for a small API.
f
Fudge
09/16/2021, 12:20 PM
Have you considered kotlin/native?
It's definitely smaller than a nodejs runtime
n
Nicodemus Ojwee
09/16/2021, 12:31 PM
Seems Kotlin Native is not yet supported with Ktor otherwise I would opt for that.
I tried using Spring Native with kotlin and it was promising until I reached a point where a library I wanted to use was not compatible with Spring Native. However Spring Native is promising.