Sometimes you need to pass your service functions from a shared pipe and call some actions on all of them. Or maybe you want to add all of your services to a queue that supports parallel and pending tasks.
Needs that I mentioned above are common, especially when you are using an http-request client like axios, fetch, or superagent. Lots of the fetching could fire at the same time and if you want to check a common situation for all of them, it could be very frustrating.
In these conditions, you can use JS Service Wrapper. A promise based service wrapper with queue support that works on browsers and NodeJS environment.

#javascript #service-wrapper

Collective Service Wrapper for Browsers and NodeJS
1.25 GEEK