Chris
Chris

Reputation: 14208

is it possible to run sails & nuxt on a single express instance?

I understand that the intended setup is. Seperate backend server (e.g. Sails, Laravel, ...) plus frontend server with nuxt.js or prerendered static content generated with nuxt and statically hosted (e.g. AWS S3, now, ...)

I am wondering if it is also possible to run sails and nuxt within the same node/express instance.

Upvotes: 0

Views: 339

Answers (1)

Mesut
Mesut

Reputation: 242

Nuxt.js can be used as a middleware so i think you can. Check the docs: Using nuxt.js programmatically

Upvotes: 1

Related Questions