-
Figure out how to do fallowing.
1. Make Feathers server able to connect front-end using WS.
2. Feathers server should emit messages for everyone.
3. Feathers serve shouldn't emit messages received …
-
Hi,
I checked code of the two nextql-feathers samples. I am new to Node, Feathers and NextQL. I would like to ask if you can use feathers service hooks and feathers service filters when using nex…
-
`feathers-blob` currently relies on a model conforming to the [abstract-blob-store](http://npmrepo.com/abstract-blob-store) interface. Most of the time it appears `feathers-blob` is used to store data…
-
### Steps to reproduce
1) Get feathers-chat sample app https://github.com/feathersjs/feathers-chat
2) Try using github oauth or google oauth (I've tested both)
3) The oauth page of the provider o…
-
### Steps to reproduce
Because feathers-batch is a global hook it does not run individual service hooks that may add data or perform ETL functions.
I think that if we added global after hooks th…
-
### Steps to reproduce
1. Create a Mongoose service with option `multi: true`.
2. Add before patch hook: stashBefore
3. Run `service.patch(null, { query: { date: "2024-08-14" }, mongoose: { upser…
-
### Steps to reproduce
In a fresh copy of [feathers-chat](https://github.com/feathersjs/feathers-chat), paste the following snippet at the end of the [`app.ts`](https://github.com/feathersjs/feathe…
-
All the examples in the readme use Express, but the default for Feathers v5 is Koa. It would be nice to see how to use this library with Koa instead.
Thanks!
-
This could be due to me not understanding how it works, but I have set up a Feathers 5 API with local authentication, and set the usernameField to "username" instead of email in the config. But my Nux…
-
I've basically just run through the set up and I cant seem to get the services bound to vue. Any suggestions?
Here's my client setup.
```js
import Vue from 'vue'
import Resource from 'vue-reso…