From 6eae2cf085df7d36226e632ef2753fc073344a27 Mon Sep 17 00:00:00 2001 From: Vladimir Starkov Date: Tue, 29 Jul 2014 01:41:46 +0600 Subject: [PATCH] added note about bluebird --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c4d5bbe..cf15b0b 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,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. * [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. +* [Bluebird](https://github.com/petkaantonov/bluebird/) - fully featured promise library with focus on innovative features and performance. ## Routing