pinkie-promise alternatives and similar modules
Based on the "Promises" category.
Alternatively, view pinkie-promise alternatives based on common mentions on social networks and blogs.
-
Bluebird
:bird: :zap: Bluebird is a full featured promise library with unmatched performance. -
promise-memoize
Memoize promise-returning functions. Includes cache expire and prefetch. -
Publish / Subscribe
JavaScript implementation of the Publish/Subscribe pattern
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of pinkie-promise or a related project?
README
pinkie-promise 
Module exports global Promise object (if available) or pinkie
Promise polyfill.
Install
$ npm install --save pinkie-promise
Usage
var Promise = require('pinkie-promise');
new Promise(function (resolve) { resolve('unicorns'); });
//=> Promise { 'unicorns' }
Related
- pify - Promisify a callback-style function
License
MIT © Vsevolod Strukchinsky
*Note that all licence references and agreements mentioned in the pinkie-promise README section above
are relevant to that project's source code only.