DEV Community

Discussion on: Which service provider should I use to host my backend for production?

Collapse
 
sofixa profile image
Adrian Todorov

I'd go with GCP, either Cloud Run or Cloud Functions (you can export Express apps directly). Both have generous free tiers and scale up automatically. You also get all the cool stuff of GCP (Stackdriver for monitoring, tracing, etc., GCS for static file hosting, etc. ).

Collapse
 
helloitsm3 profile image
Sean

GCP is Google cloud? I'll take a look at. Thanks for the recommendation