DEV Community

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

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).