Is there any overview of different server-side kotlin frameworks (e.g. Ktor, Spring Kotlin, http4k) with comparisons?
✅ 1
a
asad.awadia
08/19/2021, 2:44 AM
Yes, there is. But Kotlin isn’t very server side heavy so I wouldn’t base my apps on blog posts and do my own research
I highly recommend Javalin
d
Dariusz Kuc
08/19/2021, 2:55 AM
But Kotlin isn’t very server side heavy
tons of companies (including ours) is using Kotlin server side
As for which framework to pick -> play around with them and see which one you prefer and whether it provides all the features you need.
Spring Boot is the gorilla in the room and is arguably the most popular one but it is also pretty heavy (as compared to some other alternatives) and autoconfigs might seem "magical". That being said, due to the sheer amount available integrations it generally just works with anything you throw at it.