We moved our services to Render and can't be happier!
Render might be a bit more popular than Fly.io. We know about 474 links to it since March 2021 and only 463 links to Fly.io. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
The landing page shows all logos of small companies, including one that is migrating away from them (Turso) https://fly.io/. - Source: Hacker News / 10 days ago
One increasingly popular answer is Fly.io—a global application hosting platform that makes it surprisingly simple to deploy backend services close to your users. Fly.io gives you speed, scalability, and even stateful service support (hello, databases!) without the DevOps headache. - Source: dev.to / 10 days ago
Fly.io Deploy apps globally without Kubernetes. - Source: dev.to / 13 days ago
If you haven't already signed up for Fly.io, go to Fly.io and create an account. Once you have an account, sign in to the Fly.io dashboard. - Source: dev.to / 18 days ago
A dev on Hacker News once shared how their tiny API hosted on Lambda and fronted by API Gateway was costing them over $70/month. They moved it to Fly.io, rewrote it in Go, and now run it for $2/mo and that includes logging, metrics, and backups. - Source: dev.to / 22 days ago
Now we could deploy the service to the cloud, in our case, I chose Render as it's easy to do. Here we just need a Dockerfile:. - Source: dev.to / about 1 month ago
Hosting was a problem for me at first, since I didn't really want to pay at the start since its a hobby MVP with no revenue, I used Render's free tier for the backend hosting and used https://vercel.com/. - Source: dev.to / 15 days ago
Meanwhile, dev-first platforms like Railway, Render, or Fly.io are saying, “Paste your GitHub repo, and boom here’s your app, deployed.”. - Source: dev.to / 22 days ago
Set Up Render Deployment Go to https://render.com and sign in. Click "New" → "Web Service". Connect your GitHub account and select the backend repository. Fill in deployment settings: Name: my-backend Build Command: npm install (or your language’s equivalent) Start Command: npm start or node index.js Environment: Node, Python, etc. Add your required Environment Variables in the Render dashboard. Click "Create Web... - Source: dev.to / about 1 month ago
When it comes to hosting an API, there are plenty of options available. For this particular API, we’ll use Render. - Source: dev.to / about 2 months ago
Railway - Made for any language, for projects big and small.
Heroku - Agile deployment platform for Ruby, Node.js, Clojure, Java, Python, and Scala. Setup takes only minutes and deploys are instant through git. Leave tedious server maintenance to Heroku and focus on your code.
Vercel - Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
Netlify - Build, deploy and host your static site or app with a drag and drop interface and automatic delpoys from GitHub or Bitbucket
DigitalOcean - Simplifying cloud hosting. Deploy an SSD cloud server in 55 seconds.
ClawCloud Run - ClawCloud Run delivers a high-performance, lightweight cloud-native deployment platform with integrated GitOps workflows, native Docker/Kubernetes support, and seamless GitHub integration.