Join Slack
Powered by
Hello, how does one develop web applications in Ko...
# server
o
omudzingwa
10/26/2017, 12:09 PM
Hello, how does one develop web applications in Kotlin?
j
julienviet
10/26/2017, 12:46 PM
you first need to chose a server library for it 🙂
o
orangy
10/26/2017, 12:52 PM
Try
#ktor
or
#vertx
or
#spring
or
#http4k
or anything else out there, yes 🙂
✌️ 2
s
satejs
10/26/2017, 1:00 PM
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
evanchooly
10/26/2017, 1:56 PM
i use dropwizard, personally
evanchooly
10/26/2017, 1:57 PM
but in general you'd go about it like you would with java
j
julienviet
10/26/2017, 1:58 PM
never tried Jooby, but I know they integrate the CRaSH shell I wrote 🙂
👍 1
j
jaguililla
10/26/2017, 9:45 PM
You can also check
http://github.com/hexagonkt/hexagon
3
Views
Open in Slack
Previous
Next