Which service provider do you recommend for hosting REST API endpoints ?

Aris Nakos
7 replies
Assume 1000 calls / month

Replies

For a lightweight usage like 1000 calls/month, Aris, I'd recommend checking out Heroku or Vercel, as they both offer easy deployment and a free tier that could comfortably handle your traffic.
Share
Ilya Spike
Heroku or Vercel should be enough for this. Watch out for time-to-respond limits, streaming and RAM limitations. They are more crucial if you are looking for free service to start
Share
Sophia Williams
For handling 1000 calls per month, I'd recommend Heroku for its ease of use and free tier option, or AWS Lambda if you're looking for something that can scale with your needs over time. Both provide robust solutions for hosting REST API endpoints with different pricing plans to suit growth.
Share
Iqra Arif
Google Cloud Platform (GCP) Cloud Endpoints on GCP provide a fully managed API gateway for your RESTful APIs.
Share
Irsa Doham
DigitalOcean Known for simplicity, DigitalOcean's Droplets can be used to host APIs with straightforward pricing.
Share