Morning everyone, looking to take an existing Spri...
# ktor
b
Morning everyone, looking to take an existing Spring Boot application and create the same one using KTor. How has everyones experience with KTor been coming from a Spring background?
c
You can try to generate a new server project using https://start.ktor.io/
🙏 1
b
What are the general preferences for HttpClient Engine? I see 5 options.
v
I was once a core contributor of the Spring Cloud team
I love Spring, but I found in ktor + koin a level of simplicity that I really can't go back anymore 🙂
At the time I wrote the article I used Kodein, but I since moved to Koin as my DI choice
a
@vngantk what made you switch to Koin?
b
Wow great article, thanks so much @Vinicius Carvalho 🙏
v
I found koin to be much easier to integrate with ktor. Kodein integration took a bit of customization, where koin is just
installKoin