p-retry by sindresorhus

Retry a promise-returning or async function

updated at May 16, 2024, 5:24 p.m.

JavaScript

7 +0

757 +0

58 +0

GitHub
es6-promise by stefanpenner

A polyfill for ES6-style Promises

updated at May 16, 2024, 5:24 p.m.

JavaScript

132 +0

7,298 -4

593 +0

GitHub
p-throttle by sindresorhus

Throttle promise-returning & async functions

updated at May 16, 2024, 5:32 p.m.

JavaScript

8 +0

393 +3

27 +0

GitHub
p-limit by sindresorhus

Run multiple promise-returning & async functions with limited concurrency

updated at May 17, 2024, 7:01 a.m.

JavaScript

15 +0

1,728 +10

94 +0

GitHub
p-try by sindresorhus

Start a promise chain

updated at May 17, 2024, 3:02 p.m.

JavaScript

6 +0

52 +2

12 +0

GitHub
co by tj

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

updated at May 17, 2024, 3:37 p.m.

JavaScript

265 +0

11,872 -2

794 +0

GitHub
q by kriskowal

A promise library for JavaScript

updated at May 17, 2024, 4:39 p.m.

JavaScript

407 +0

14,952 -2

1,203 +0

GitHub
is-promise by then

Test whether an object looks like a promises-a+ promise

updated at May 17, 2024, 4:40 p.m.

JavaScript

10 +0

281 -1

32 +0

GitHub
promise by then

Bare bones Promises/A+ implementation

updated at May 17, 2024, 4:40 p.m.

JavaScript

67 +0

2,561 -3

309 +0

GitHub
when by cujojs

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

updated at May 17, 2024, 5:40 p.m.

JavaScript

133 +0

3,436 +0

395 +0

GitHub
task.js by mozilla

Beautiful concurrency for JavaScript

updated at May 18, 2024, 10:12 a.m.

JavaScript

49 +0

1,631 +0

72 +0

GitHub
browserify by browserify

browser-side require() the node.js way

updated at May 18, 2024, 2:07 p.m.

JavaScript

289 +0

14,534 +3

1,186 +1

GitHub
bluebird by petkaantonov

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

updated at May 19, 2024, 6:37 p.m.

JavaScript

346 +0

20,426 -5

2,334 +0

GitHub