Hello, as Heroku free plan is being terminated, what is your best alternative to host a simple Ktor REST API server? Thanks a lot
t
Todd
11/08/2022, 3:47 PM
Not sure this question necessarily fits the purpose of this slack. But regardless, my personal recommendation would be to use fly.io
c
Cyril NB
11/08/2022, 3:48 PM
it’s a ktor channel.. I would like feedback of people using Ktor serveer, where do they host it.. I find it relevant but if not I can remove it!
Thanks I will check this out 🙂
👍 3
s
Sergey Aldoukhov
11/11/2022, 4:06 PM
I’d use a dockerized deployment on one of the big cloud providers (AWS/GCP/Azure), it’s not going to be free, but pretty close to free, and more future-proof than smaller platforms. As for deployment process itself, my recommendation is Pulumi. F.e. to deploy to AWS Fargate you can follow https://www.pulumi.com/registry/packages/aws/how-to-guides/ecs-fargate/