mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Merge pull request #27 from matmuchrapna/bluebird
added note about bluebird
This commit is contained in:
@@ -284,6 +284,7 @@ There're also some great commercial libraries, like [amchart](http://www.amchart
|
|||||||
* [q](https://github.com/kriskowal/q) - A tool for making and composing asynchronous promises in JavaScript.
|
* [q](https://github.com/kriskowal/q) - A tool for making and composing asynchronous promises in JavaScript.
|
||||||
* [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy.
|
* [step](https://github.com/creationix/step/) - An async control-flow library that makes stepping through logic easy.
|
||||||
* [contra](https://github.com/bevacqua/contra/) - Asynchronous flow control with a functional taste to it.
|
* [contra](https://github.com/bevacqua/contra/) - Asynchronous flow control with a functional taste to it.
|
||||||
|
* [Bluebird](https://github.com/petkaantonov/bluebird/) - fully featured promise library with focus on innovative features and performance.
|
||||||
|
|
||||||
|
|
||||||
## Routing
|
## Routing
|
||||||
|
|||||||
Reference in New Issue
Block a user