feathersjs / feathers

The API and real-time application framework
https://feathersjs.com
MIT License
14.97k stars 742 forks source link

Help for implement to NUXT v3 server #3468

Closed GaborTorma closed 1 month ago

GaborTorma commented 2 months ago

I would like to use feathersjs (rest and socket.io) with nuxt 3. The client side is no problem with @marshallswain awesome feathers-pinia library. I would like to implement the server side in the nuxt nitro and socket.io (or maybe crossws)

Can anybody help me for this?