Could somebody show structure of Ktor app? I mean ...
# ktor
q
Could somebody show structure of Ktor app? I mean files and packages structure, where did u put your client code and where is system? I was never seen pipeline app before, only MVC as system part and service layer as client part. In Ktor samples have no too. Thanks
👍 1
a
You really can build it however you like. Define you routing, inject your services, and you're good to go
You could have one package for the server (ktor), one for services, one for repos
c
Yes, exactly: there are no any specific requirements to your application, only dependencies