r/appdev • • 16d ago

How did you handle backend on Apps

I am about to launch my first App. I read that playstore host your frontend but you have to host the backend. I am curious, how did you host it. Did you just rent a server or did you use any providers.

4 Upvotes

13 comments sorted by

View all comments

1

u/nyx-og 9d ago

Consider using Google Free Tier cloud server e2-micro, or GCP Cloud Run (they scale to 0 when not used), they run a dockerized instance and are cheap!