Hello, how does one develop web applications in Ko...
# server
o
Hello, how does one develop web applications in Kotlin?
j
you first need to chose a server library for it 🙂
o
Try #ktor or #vertx or #spring or #http4k or anything else out there, yes 🙂
✌️ 2
s
Have tried http://jooby.org/ as well, works well with Kotlin. You can host your service wherever, and call them as HTTP end-points
e
i use dropwizard, personally
but in general you'd go about it like you would with java
j
never tried Jooby, but I know they integrate the CRaSH shell I wrote 🙂
👍 1
j