1 : Does Ktor plan on adding GraalVM to their offi...
# ktor
a
1 : Does Ktor plan on adding GraalVM to their official doc like they greatly did with Docker? 2 : What is the current support for Ktor + GraalVM (native image) ? Do you guys know where I can find more up-to-date resources to get started? I couldn't get a hello world to work last time. Or do you guys know any other solution to address the deployment size (JVM-related concern).
b
Here's an example of a kttor app packed into alpine based docker image via graalvm native image https://github.com/mpetuska/kamp/tree/6520ddf3f57d5f70a56fc1560dc69d808f169161/app
👍 1