Nuxt server (nuxt build && nuxt start) vs Netlify server (nuxt generate) performance?

It makes me wonder if I should try Heroku free tier, or Now.sh, so that I can use nuxt build && nuxt start. (Nuxt build-pack on Now.sh) What do you think?

I can completely pre-build “routes” for nuxt generate, anyway.

Hi, @patarapolw. It isn’t possible to run server side code at Netlify. You can run code to build your site at Netlify, but our service only works with static files. There is more information about this here:

1 Like