Difference between revisions of "Bluebird (JavaScript library)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Bluebird''' is a JavaScript library which provides features relating to the promise object. == See also == * Promise object (JavaScr...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Bluebird''' is a [[JavaScript library]] which provides features relating to the [[Promise object (JavaScript)|promise object]].
+
'''Bluebird''' is a [[JavaScript library]] which provides features relating to the [[Promise object (JavaScript)|Promise object]].
  
 
== See also ==
 
== See also ==
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
 +
* [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
  
  

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