Just do the same you did with Java, but in Kotlin ...
# server
o
Just do the same you did with Java, but in Kotlin 🙂 Or take a look at number of Kotlin-targeted server-side frameworks, such as #ktor, or Javalin (recently went 1.0), or http4k. Take a look at #spring Kotlin support if you are into it.
👍 4
n
Another good option is #vertx (has very good Kotlin support - http://vertx.io/docs/vertx-core/kotlin/ ), which sets the GOLD standard on Kotlin support for Java based server-side libs simple smile . There are official Kotlin examples available on GitHub: https://github.com/vert-x3/vertx-examples/tree/master/kotlin-examples
There was a Vert.x presentation done at KotlinConf a few days ago. Not sure if the video is available yet @julienviet - Is there a slide version available of the KotlinConf presentation?
j
👍 1