<@U319ZJ3B4> Spring boot works just fine with Kotl...
# server
r
@sss Spring boot works just fine with Kotlin. I've built a project with it recently but I wouldn't use it again, except for very simple stuff. Too much magic, which is both its strength for smaller projects and its weakness for larger more complex ones. I am now building a project with Dagger2+ktor. Dagger2 is great -- compile-time dependency injection so runtime is super-fast and lightweight. ktor is early stages, but already quite stable. Wasabi is nice as well -- the wasabi guys are working on a core rewrite to improve performance. See also https://github.com/rocketraman/kotlin-web-hello-world for other backend web framework possibilities.