regarding the questions i just got after my coding...
# fosdem
c
regarding the questions i just got after my coding session: i've demoed Ktor because it is "pure kotlin" (backed by jetbrains, just as Exposed is), and the talk was title idiomatic kotlin. micronaut et al are IMHO generic java frameworks, which wouldn't really fit the title. (already decided to have an exception with TestNG vs Spek 🙈)
PS: i personally don't like the spring-like annotation approach of micronaut is using. i prefer having code all over where possible; no properties files, no YAML/XML files, no annotations; just pure, mighty code 💪🏻
r
By funny coincidence, this article is in today’s Kotlin Weekly comparing microservice frameworks. Didn’t read through it yet but looks like there’s a lot of detail there. https://romankudryashov.com/blog/2020/01/heterogeneous-microservices/
🖖🏻 1