Sample project for Ktor running as an embedded application with Netty engine with Maven build script.
Run this project with:
./mvnw compile exec:java
And navigate to http://localhost:8080/ to see the sample home page.
Package a single fat JAR archive with:
./mvnw package