Questions tagged [feathersjs]

Feathers is a library that extends Express with the ability to easily create shared RESTful web services and real-time APIs using SocketIO and other websocket libraries.

Feathers is a library that extends Express with the ability to easily create shared RESTful web services and real-time APIs using SocketIO and other websocket libraries.

Useful links

Related tags

859 questions
-2
votes
2 answers

featherjs error: No authentication strategies allowed for creating a JWT (`jwtStrategies`)

After migrating to featherjs V4 (CROW) following the guide (https://crow.docs.feathersjs.com/migrating.html) the authentication no longer works. Right after the migration to V4 i received an error that @featherjs/authentication-oauth was missing…
Anklud
  • 1
  • 3
-2
votes
3 answers

Promise not working properly when I use inside map using javascript

I'm writing a JavaScript function for handling API calls inside map method, before done all tasks inside map method my function is to execute the wrong result. But it's not working for my expectation. my code: function vehicleAndWorker(hook){ var…
KARTHIKEYAN.A
  • 18,210
  • 6
  • 124
  • 133
-2
votes
1 answer

Is there any live example of all Services of feathersJS with code?

I want example and code for all the services of feathersJS. Like find get create update patch remove update All the services in on app with the help of RethinkDB.
Harsh Patel
  • 6,334
  • 10
  • 40
  • 73
-4
votes
3 answers

How do I setup live code reload with featherjs?

How do I setup live code reload, kind of like meteor, with featherjs?
Brandon Bertelsen
  • 43,807
  • 34
  • 160
  • 255
1 2 3
57
58