Difference between revisions of "Bluebird (JavaScript library)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
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 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