MatejLach / kotlin_vertx_example

Simple Kotlin App using VertX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kotlin_vertx_example

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 and run the app

  • Build with: ./gradlew build (Fat Jar is created in /build/libs)
  • Run with ./gradlew run (alternatively run with java -jar jarname)

About

Simple Kotlin App using VertX


Languages

Language:Kotlin 97.2%Language:HTML 2.8%