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.

List Promise repositories

repl.js

21
Stars
2
Forks
Watchers

Node.js REPL with promise support & CLI module requiring

ppipe

195
Stars
8
Forks
Watchers

pipes values through functions, an alternative to using the proposed pipe operator ( |> ) for ES

cofx

94
Stars
4
Forks
Watchers

A node and javascript library that helps developers describe side-effects as data in a declarative, flexible API.

create-request

37
Stars
1
Forks
Watchers

Apply interceptors to `fetch` and create a custom request function.

await-spawn

39
Stars
10
Forks
Watchers

child_process.spawn() wrapped in a Promise

await-of

268
Stars
16
Forks
Watchers

await wrapper for easier errors handling without try-catch

aigle

334
Stars
18
Forks
Watchers

🦅 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

84
Stars
9
Forks
Watchers

Resolves a promise after a specified delay.

bitmex-orderbook

75
Stars
30
Forks
Watchers

The fastest order book implementation for the BitMEX WebSocket API.

es6-promise-polyfill

103
Stars
68
Forks
Watchers

ES6 Promise polyfill