https://kotlinlang.org logo
#announcements
Title
# announcements
s

sannysanoff

03/08/2017, 12:36 PM
Hello, please advise where to start (what web framework) if I want to use asynchronous web server with asynchronous postgres driver (found port from scala). Coming from Scala, new in Kotlin, now in process of selecting the platform. Thanks in advance!
v

voddan

03/08/2017, 12:38 PM
Maybe the Play framework? It has Java APIs after all
s

sannysanoff

03/08/2017, 12:39 PM
Too big and complex for my needs.. Also, it tastes better in Scala.
v

voddan

03/08/2017, 12:46 PM
I used Spark, others use Spring (Boot) and Vertx. Those are Java frameworks, but everything works out-of-the-box with Kotlin
Heres is a list of Kotlin web frameworks you may find interesting https://kotlin.link (the "Web" section)
s

sannysanoff

03/08/2017, 12:52 PM
Thanks for vertx link! I'm looking into it now. About web section, it's not clear whether particular framework supports async execution.
j

jkwatson

03/08/2017, 3:39 PM
ratpack should work fine with kotlin
2 Views