Difference between revisions of "Bluebird (JavaScript library)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''Bluebird''' is a JavaScript library which provides features relating to the promise object. == See also == * Promise object (JavaScr...") |
Karl Jones (Talk | contribs) |
||
(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)| | + | '''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 13:27, 25 September 2016
Bluebird is a JavaScript library which provides features relating to the Promise object.
See also
External links
- Why Bluebird? @ Bluebird JS
- API Reference # Bluebird JS
- Bluebird @ GitHub
- Bluebird – Promises in NodeJS by Alex Perry
- Bluebird, promises and then() @ Stack Overflow
- Three JavaScript performance fundamentals that make Bluebird fast by Petka Antonov
- Bluebird.js Cheat Sheet by Rico Sta. Cruz