DEV Community

Daniel Crewdson
Daniel Crewdson

Posted on

Heroku, Now.sh, Netlify. What are you using and why?

I've been playing around with these platforms for a few months, hosting small node projects on each, but this is getting a little tiring going back and forth from each one.

Thought it would be worth getting DEVs thoughts on these platforms and which ones are being used more in the DEV community.

So, do you use any of these to host your js/node projects?

If yes, which one and why? πŸ‘¨β€πŸ’»πŸ‘©β€πŸ’»

Happy coding!

Latest comments (24)

Collapse
 
vamsi_0fe326ce8584827fca5 profile image
Vamsi

I’ve used Heroku and Netlify before, but recently started trying Kuberns.

What stood out is it’s more of an agentic AI deployment platform, it handles a lot of deployment decisions and setup for you instead of just being a hosting layer. You still deploy services separately, but without dealing with configs or infra manually.

Feels closer to β€œjust push code and it figures things out” compared to traditional platforms.

Curious if anyone else is trying these newer AI-driven deployment tools or sticking with the usual stack?

Collapse
 
zphumzani profile image
Phumzani

Tried Zeit now for my micro servers node/express/nextjs apps, after a lot of headaches, moved back to heroku,

Collapse
 
codingcoop profile image
CodingCoop

Same!

Collapse
 
fractal profile image
Fractal

I would be curious to hear a bit more about those headaches.

Collapse
 
hbjy profile image
Hayden Young

I'm using Now.sh and Heroku, but I used Netlify once for a school project. I use Now and Heroku (mainly heroku) for node projects, but I'm hoping to move that all to Now.

Collapse
 
dtroode profile image
David Kistauri

Use Netlify with their CMS to deploy Gatsby blog

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao • Edited

I host my personal blog on Netlify cause I don't need to spend tons of time in deploying and it's really pain-free for me whenever I complete an article.

It takes advantage of CI/CD to help me deploy my newly created articles.

Collapse
 
chinchang profile image
Kushagra Gour

We use Zeit for CSSBattle for our web app deployment. Super easy. Super fast. And amazing features like aliases. We also did a case study with Zeit -> zeit.co/case-studies/cssbattle

Collapse
 
markdrew53 profile image
Mark Drew • Edited

I know ZEIT since 2017, I have seen its products evolve, documentation etc. I can give a totally honest opinion of ZEIT : )

2017 & 2018 (until the middle of the year) a container-based approach

Pros:

  • Really everything was through a single command

Cons:

  • the documentation was not so clear
  • you pay much more
  • not so scalable
  • waiting times were long

2018 (October) - It's time Serverless <3

pros:

  • the application can scale automatically
  • pay on-deman
  • the documentation improved a lot 😎
  • the guides created by the community are being promoted
  • integration GitHub and GitLab
  • access to your app without any waiting time (thank to builder of β–²now)
  • a community in spectrum
  • excellent customer support

Cons:

  • now.json, It is necessary to define it when you want to implement an application of node but very soon it will not be necessary to define now.json. You will only have to execute the now command and that's it 😍

I hope I have helped πŸ™

Collapse
 
learn_n_share profile image
Amandeep Singh

I have used all ZEIT Now, Heroku, Netlify and Google Firebase. All have features which are unique to their platform, and no one is going to stop making the developer experience better anytime soon, which is extremely good for us all.

I have stuck with ZEIT Now as their developer experience outshines the competitors in more than many use cases. Here are some outshiners:

  • Support for many languages and that even in the same repo
  • Ability to make deployments from command line without adding any configuration for most use cases
  • Just hit β€˜now’ from command-line without any required configuration, and boom, deployment is ready
  • Generous free tier along with super pocket friendly paid plan
  • Auto scaling deployments
  • Best performance - Best time waking up from cold boot; and further less time for subsequent requests
  • Every pull request creates a new deployment on Github; super easy to review changes iteratively, and ability to test deployement of codebase at any point in time as all check-ins create a new url

and if that is already not enough, here is the best one:

  • super talented, down to earth team, who works closely with community on their Slack education channel
Collapse
 
neverendingqs profile image
Mark Tse

Netlify for front-end, because it's so easy to set up. It's also easy to proxy any backend needs elsewhere via redirects.

I use Serverless Framework and AWS for backend because of its low cost while having flexibility to add more (also low cost) services (e.g DynamoDB).

Collapse
 
perkinsjr profile image
James Perkins

Netlify for a couple sites and then a raspberry pi 3b+ for light node projects

Collapse
 
crumb1e profile image
Daniel Crewdson

Nifty! Thinking about grabbing a pi 4 to toy around with, they look like a lot of fun πŸ˜€

Collapse
 
perkinsjr profile image
James Perkins

They are pretty great.. Once the project is production ready it moves off the pi but it helps to be able to deploy and show to whoever outside my network. Plus the non existent latency makes it feel faster then free heroku / digital ocean 5 dollar account