bluebird by petkaantonov

bird zap Bluebird is a full featured promise library with unmatched performance.

updated at April 20, 2024, 12:57 p.m.

JavaScript

347 +0

20,427 +7

2,337 +2

GitHub
p-queue by sindresorhus

Promise queue with concurrency control

updated at April 20, 2024, 8:31 a.m.

TypeScript

21 +0

3,225 +10

169 +0

GitHub
browserify by browserify

browser-side require() the node.js way

updated at April 20, 2024, 8:10 a.m.

JavaScript

291 +1

14,526 +6

1,185 +1

GitHub
promise-nodeify by kevinoid

Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.

updated at April 19, 2024, 4:41 p.m.

JavaScript

2 +0

2 +1

0 +0

GitHub
q by kriskowal

A promise library for JavaScript

updated at April 19, 2024, 11:08 a.m.

JavaScript

407 +0

14,957 +1

1,205 +1

GitHub
p-wait-for by sindresorhus

Wait for a condition to be true

updated at April 19, 2024, 10:42 a.m.

JavaScript

8 +0

150 +1

19 +0

GitHub
p-limit by sindresorhus

Run multiple promise-returning & async functions with limited concurrency

updated at April 19, 2024, 9:26 a.m.

JavaScript

14 +0

1,676 +15

98 +0

GitHub
delay by sindresorhus

Delay a promise a specified amount of time

updated at April 19, 2024, 8:02 a.m.

JavaScript

16 +0

601 +1

43 +0

GitHub
p-throttle by sindresorhus

Throttle promise-returning & async functions

updated at April 19, 2024, 4:22 a.m.

JavaScript

8 +0

384 +2

27 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

updated at April 18, 2024, 9:15 p.m.

JavaScript

16 +0

1,500 +1

85 +0

GitHub
es6-promise by stefanpenner

A polyfill for ES6-style Promises

updated at April 18, 2024, 4:50 p.m.

JavaScript

132 +0

7,302 -1

593 -1

GitHub
p-retry by sindresorhus

Retry a promise-returning or async function

updated at April 18, 2024, 2:04 p.m.

JavaScript

7 +0

747 +0

57 +0

GitHub
p-all by sindresorhus

Run promise-returning & async functions concurrently with optional limited concurrency

updated at April 18, 2024, 1:52 p.m.

JavaScript

10 +0

299 +1

13 +0

GitHub
when by cujojs

A solid, fast Promises/A+ and when() implementation, plus other async goodies.

updated at April 18, 2024, 5:27 a.m.

JavaScript

134 +0

3,438 -2

395 +0

GitHub
promise-cookbook by mattdesl

orange book a brief introduction to using Promises in JavaScript

updated at April 18, 2024, 12:42 a.m.

Unknown languages

44 +0

1,612 +1

197 +0

GitHub
task.js by mozilla

Beautiful concurrency for JavaScript

updated at April 17, 2024, 9:21 p.m.

JavaScript

49 +0

1,631 -1

72 +0

GitHub
loud-rejection by sindresorhus

Make unhandled promise rejections fail loudly instead of the default silent fail

updated at April 17, 2024, 9:16 p.m.

JavaScript

11 +0

280 -1

24 +0

GitHub
promise-semaphore by samccone

promise semaphore

updated at April 17, 2024, 9:16 p.m.

JavaScript

4 +0

29 -1

10 +0

GitHub
co by tj

The ultimate generator based flow-control goodness for nodejs (supports thunks, promises, etc)

updated at April 17, 2024, 4:45 p.m.

JavaScript

265 +0

11,869 +1

791 +0

GitHub
promise by then

Bare bones Promises/A+ implementation

updated at April 17, 2024, 3:40 p.m.

JavaScript

67 +0

2,559 +2

309 +0

GitHub