bluebird by petkaantonov

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

created at Sept. 7, 2013, 7:39 p.m.

JavaScript

347 +0

20,427 +7

2,337 +2

GitHub
q by kriskowal

A promise library for JavaScript

created at Sept. 4, 2010, 1:21 a.m.

JavaScript

407 +0

14,957 +1

1,205 +1

GitHub
browserify by browserify

browser-side require() the node.js way

created at Sept. 22, 2010, 4:11 p.m.

JavaScript

291 +1

14,526 +6

1,185 +1

GitHub
co by tj

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

created at June 6, 2013, 4:06 a.m.

JavaScript

265 +0

11,869 +1

791 +0

GitHub
es6-promise by stefanpenner

A polyfill for ES6-style Promises

created at Dec. 9, 2013, 12:04 p.m.

JavaScript

132 +0

7,302 -1

593 -1

GitHub
when by cujojs

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

created at March 30, 2011, 11:52 a.m.

JavaScript

134 +0

3,438 -2

395 +0

GitHub
promise by then

Bare bones Promises/A+ implementation

created at Dec. 23, 2012, 5:38 p.m.

JavaScript

67 +0

2,559 +2

309 +0

GitHub
p-limit by sindresorhus

Run multiple promise-returning & async functions with limited concurrency

created at Oct. 21, 2016, 7:51 a.m.

JavaScript

14 +0

1,676 +15

98 +0

GitHub
task.js by mozilla

Beautiful concurrency for JavaScript

created at Oct. 12, 2010, 11:43 p.m.

JavaScript

49 +0

1,631 -1

72 +0

GitHub
pify by sindresorhus

Promisify a callback-style function

created at Aug. 29, 2015, 8:13 a.m.

JavaScript

16 +0

1,500 +1

85 +0

GitHub
p-map by sindresorhus

Map over promises concurrently

created at Oct. 21, 2016, 3:34 a.m.

JavaScript

13 +0

1,221 +4

54 +0

GitHub
p-retry by sindresorhus

Retry a promise-returning or async function

created at Oct. 21, 2016, 7:44 a.m.

JavaScript

7 +0

747 +0

57 +0

GitHub
lie by calvinmetcalf

A basic but performant promise implementation.

created at Aug. 16, 2013, 1:24 p.m.

JavaScript

16 +0

745 +0

67 +0

GitHub
promise-it-wont-hurt by stevekane

A Workshopper module that teaches you to use promises in javascript

created at Dec. 3, 2013, 7:18 p.m.

JavaScript

11 +0

731 +0

225 +0

GitHub
native-promise-only by getify

A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.

created at May 5, 2014, 2:56 a.m.

JavaScript

33 +0

725 +0

78 +0

GitHub
delay by sindresorhus

Delay a promise a specified amount of time

created at Nov. 12, 2015, 6:31 p.m.

JavaScript

16 +0

601 +1

43 +0

GitHub
p-throttle by sindresorhus

Throttle promise-returning & async functions

created at Oct. 21, 2016, 8:10 a.m.

JavaScript

8 +0

384 +2

27 +0

GitHub
p-all by sindresorhus

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

created at Oct. 21, 2016, 3:49 a.m.

JavaScript

10 +0

299 +1

13 +0

GitHub
is-promise by then

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

created at Dec. 23, 2012, 4:01 p.m.

JavaScript

10 +0

282 +1

32 +0

GitHub
loud-rejection by sindresorhus

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

created at Oct. 3, 2015, 3:54 p.m.

JavaScript

11 +0

280 -1

24 +0

GitHub