https://kotlinlang.org logo
Title
g

gumil

09/02/2019, 7:50 AM
Hello, I am an Android Developer, trying to learn backend development using ktor. Are there open source projects that uses ktor? I want to know the common stack/libraries used together with ktor.
g

gumil

09/02/2019, 10:39 AM
Thanks! Do you also know if there’s already a community standard for architecture when using ktor?
t

tjohnn

09/02/2019, 11:50 AM
Personally I am using clean architecture with Guice di on my first project currently, not sure if there is a standard one
r

Robin Larsen

09/02/2019, 6:11 PM
Thanks a lot for this!
I'm trying out clean architecture out as well, but with Koin as a DI solution.
👍 1