Difference between revisions of "Bluebird (JavaScript library)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
 
Line 8: Line 8:
  
 
* [http://bluebirdjs.com/docs/why-bluebird.html Why Bluebird?] @ Bluebird JS
 
* [http://bluebirdjs.com/docs/why-bluebird.html Why Bluebird?] @ Bluebird JS
 +
* [http://bluebirdjs.com/docs/api-reference.html API Reference] # Bluebird JS
 
* [https://github.com/petkaantonov/bluebird Bluebird] @ GitHub
 
* [https://github.com/petkaantonov/bluebird Bluebird] @ GitHub
 
* [https://alexperry.io/node/2015/03/25/promises-in-node.html Bluebird – Promises in NodeJS] by Alex Perry
 
* [https://alexperry.io/node/2015/03/25/promises-in-node.html Bluebird – Promises in NodeJS] by Alex Perry

Latest revision as of 14:27, 25 September 2016

Bluebird is a JavaScript library which provides features relating to the Promise object.

See also

External links