Difference between revisions of "Bluebird (JavaScript library)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
Line 9: Line 9:
 
* [http://bluebirdjs.com/docs/why-bluebird.html Why Bluebird?] @ Bluebird JS
 
* [http://bluebirdjs.com/docs/why-bluebird.html Why Bluebird?] @ 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
 +
* [http://stackoverflow.com/questions/21298190/bluebird-promises-and-then Bluebird, promises and then()] @ Stack Overflow
 +
* [https://reaktor.com/blog/javascript-performance-fundamentals-make-bluebird-fast/ Three JavaScript performance fundamentals that make Bluebird fast] by Petka Antonov
 +
* [http://ricostacruz.com/cheatsheets/bluebird.html Bluebird.js Cheat Sheet] by Rico Sta. Cruz
  
  

Revision as of 12:51, 25 September 2016

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

See also

External links