Skip to content

Embedded mode

In embedded mode, the Feathers server runs inside Nuxt/Nitro.

Overview

txt
Nuxt
└─ Nitro
   └─ Feathers App

REST routes

By default:

txt
/feathers/<service>

Example:

txt
GET /feathers/users

nuxt-feathers-zod module documentation