Starter kit for Kotlin.
This project contains a simple Hello World
application.
import org.jooby.*
/**
* Hello World
*/
fun main(args: Array<String>) {
run(*args) {
get {
val name = param("name").value("Kotlin")
"Hello $name!"
}
}
}
mvn jooby:run
- Read the module documentation
- Join the channel
- Join the group