what is the better option between web framework : ...
# announcements
a
what is the better option between web framework : spring, http4k or ktor? Im interested to learn ktor due to the hype but i saw a comment in reddit thread stating the ktor docs is worse than others is that still the case?? I have experience in go, elixir and python
e
I'd say you should try it for yourself and if the docs are not helping, ask for help in #C0A974TJ9 or Stack Overflow. PRs with documentation improvements would be great too. Now on framework choice, if you want a huge ecosystem, go with Spring. If you want a more Kotlin-style experience, go with Ktor. Can't talk about http4k as I never used it.
👍 1