promisify-child-process
seriously like the best async child process library
seriously like the best async child process library
co with bluebird promises
Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one
A module for batching individual promises to improve their collective efficiency.
Map-like, concurrent promise processing for Node.js
A module for managing ES6 promise concurrency, frequency, and efficiency.
SDK for the Facebook Marketing API in Javascript and Node.js
Like `Promise.all()` but for `Map` and `Object`
Run promise-returning & async functions a specific number of times concurrently
Better control of JavaScript promises
Transpile ES7 async/await to vanilla ES6 Promise chains
Modern version of setInterval for promises and async functions available in Node.js and browsers.
Lightweight promise/generator machinery.
A small query tool for Postgres that embraces json and makes life simpler
A Promise-based API for setTimeout / clearTimeout
Guaranteed way for getting a Promise. Always native Promise if available, otherwise looks for common promise libraries and loads which is installed. Allows registering custom Promise implementation in node < 0.12 versions
Sane CLI user-input (command prompt, confirm, multiline, password) as promises, it can be used with co@4
A utility module which provides straight-forward, powerful functions for working with async/await in JavaScript.
The best job scheduler for Node.js and JavaScript with cron, dates, ms, later, and human-friendly support. Works in Node v12.17.0+, uses worker threads to spawn sandboxed processes, and supports async/await, retries, throttling, concurrency, and cancelab
Minimalistic Promises/A+ implementation, <500 bytes