Zac Petterd
Zac Petterd
Just thought I would mention this here are it solves some of the problems that come up with using Feathers in a micro services environment. It is only the first...
@ekryski `feathers-sync` solves a bit of a different problem, what if you only want a event to be received once within the realm of a named service(not a Feathers service...
@ekryski I just had a look at the repo again and zapur1/feathers-rabbitmq solves the exact problem you mention in "Caveats"
While it isn't widely available, would using the beacon API were available be considered https://developer.mozilla.org/en-US/docs/Web/API/Navigator/sendBeacon ? Simply it allows you to more or less queue a request which will be...
I've converted it over to a Node module, I still need to develop so comprehensive tests before merging it back into this repo. You can install it using `npm install...