I host all my sites on Now.sh, I love everything about it and sites hosted on it are super fast and scalable. As a second option, especially for static sites on GitHub, I'll use Netlify. Anything that's much more complex I'll host on a Google Cloud or DigitalOcean VPS.
I host most of my sites at https://www.hetzner.com/
Have added it. 😊I would like to have Github Pages as an option
Great, thanks!Have added it. 😊
I’ve been using Azure App Service for a long time now, always happy with it. However I’m deploying more and more Vue apps so I’ll now build and run them in Netlify.
If they need an API I’ll still run that in Azure... but I’ve been looking at Digital Ocean droplets this week for NodeJS applications. A lot cheaper than App Service and I like the flexibility of having proper shell access 🙂
Also, I’ve now used the Netlify functions (Lambda wrapper) in anger and very impressed... for a lot of use cases I think that’s all you may need?
@chrismroberts I use the azure vps and they are cheap and reliable as ***.
Haven't had a single incident in 2 years now. And I like azure for it's cheap prices, compared to AWS/Google and the whole cloud service options: blob storage, CDN, DBaaS ...
Never want to switch back to normal VPS! And haven't had a project for container deployments yet.
@Gummibeer are you using the A/B series VMs? They are nice and cheap, and can’t beat the Azure portal. Blob storage is awesome 😎
@chrismroberts I use a Standard B1ms (1 vCPUs, 2 GiB RAM) VPS.
With the 500mbit connection it's super fast. 🚀