I this blog post, I would like to give you a preview on native image generation of Vert.x applications using GraalVM. With GraalVM it is possible to generate native executables. These executables can be directly run without the need of an installed JVM. Benefits The start up time is way faster. It is no longer required to wait for the start up of the JVM. The application is usually up and running
