Simple Kotlin application using Vert.X to create an HTTP server.
This project uses features shown here: http://vertx.io/docs/vertx-web/kotlin/
- Build with: ./gradlew build (Fat Jar is created in /build/libs)
- Run with ./gradlew run (alternatively run with java -jar jarname)