Hello, please advise where to start (what web fram...
# announcements
s
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
Maybe the Play framework? It has Java APIs after all
s
Too big and complex for my needs.. Also, it tastes better in Scala.
v
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
Thanks for vertx link! I'm looking into it now. About web section, it's not clear whether particular framework supports async execution.
j
ratpack should work fine with kotlin