If people use serverMiddleware or Nuxt programatically (i.e. with Express, Hapi, Koa, ...), there is no convenient way to pass information from the Node.js server to the actual Nuxt instance.
But not only for information, also for throwing errors a decent "communication line" would be great.
If people use
serverMiddleware
or Nuxt programatically (i.e. with Express, Hapi, Koa, ...), there is no convenient way to pass information from the Node.js server to the actual Nuxt instance.But not only for information, also for throwing errors a decent "communication line" would be great.