nuxt / rfcs

RFCs for changes to Nuxt.js
96 stars 2 forks source link

Convenient interface for serverMiddleware/programmatic usage #4

Closed manniL closed 1 year ago

manniL commented 5 years ago

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.

manniL commented 1 year ago

Stale - thus closing here. Check out Nitro + API routes for Nuxt3 ☺️