Promise topic
A promise is an object returned by an asynchronous function, which represents the current state of the operation. At the time the promise is returned to the caller, the operation often isn't finished, but the promise object provides methods to handle the eventual success or failure of the operation.
repl.js
Node.js REPL with promise support & CLI module requiring
ppipe
pipes values through functions, an alternative to using the proposed pipe operator ( |> ) for ES
cofx
A node and javascript library that helps developers describe side-effects as data in a declarative, flexible API.
create-request
Apply interceptors to `fetch` and create a custom request function.
await-spawn
child_process.spawn() wrapped in a Promise
await-of
await wrapper for easier errors handling without try-catch
aigle
🦅 Aigle is an ideal promise library which is faster and more efficient than other libraries. It is a production-ready library that implements the Promise A+ standard.
sleep-promise
Resolves a promise after a specified delay.
bitmex-orderbook
The fastest order book implementation for the BitMEX WebSocket API.