quarkus vertx template


Quarkus is a container first Microservice Framework for Java, that is tailored for HotSpot and Graalv. While Quarkus primary focus is communicate with other service via rest, I have build an example to render server side html with vertx-web and Pebble Templates. The Example can be compiled to native code.

You can find the code over on my github account.