DEV Community

Discussion on: Can NuxtJS handle a site with 150K pages?

Collapse
 
ckissi profile image
Csaba Kissi

I want SSR. For the backend, I want to use probably MongoDB Atlas FaaS which offers REST API. Actually I want to move a few of my sites over to Netlify, Zeit or Firebase hosting.

Collapse
 
crigger profile image
Adam Crigger

Cool cool cool— but you'll also need a Node JS server for front-end rendering... which means Netlify isn't really an option, I think. (nuxtjs.org/faq/netlify-deployment)

Thread Thread
 
ckissi profile image
Csaba Kissi

I'm confused now 🤔. When I've created a new app and used "universal mode" I've built it and placed over to Netlify and it worked just fine.