DEV Community

Discussion on: How would you build a full stack Node.js web app today?

Collapse
 
bastianhilton profile image
Sebastian hilton

I'm using Gridsome for sites like my personal site that doesn't need a backend. its fast and uploading to Netlify is easy and free.

For bigger sites where i need search, authentication, and a headless approached backend. I use Nuxtjs as my Frontend, Strapi for my Backend hosted on a VPS at the moment until it needs to scale.

I've tried everything from Wordpress, Drupal, Magento, Apostrophe, to python like Wagtail and these two above seems to be my go to as they are fast to learn and build. Also gotta love the all in javascript approach as well.