how are people feeling about Ktor these days in relation to Spring + Reactive
h
helpermethod
01/30/2023, 1:18 PM
Ktor is basically "build your own framework" which can be exactly what you want, or not.
For stamping out boring CRUD stuff Spring Boot is the way to go, for side-projects I prefer Ktor.
a
Arjan van Wieringen
01/31/2023, 4:06 PM
Spring reactive with ORM was a nightmare a while ago. Haven’t touched it since. But it’s a bit comparing apples and oranges
👍 1
h
helpermethod
02/01/2023, 7:03 AM
Spring is fine if you keep away from JPA/Hibernate 😄