I'm starting to use ktor on server (im an android ...
# random
c
I'm starting to use ktor on server (im an android dev dablbing in backend dev) but need to deploy to a backend. anyone have any faves? my constraints: i def want something for small side projects, but also id love to be able to support a side project that maybe explodes to 10k-100k users a month.
r
Deploying as a docker image to Heroku would be my go to. $5 a month and can scale to anything. Building an image means it’s easy to switch to AWS ECS or K8S or whatever.
👍 2