Top "Bluebird" questions

Bluebird is a fully featured promise library for client and server JavaScript with focus on innovative features and performance.

How do I use Bluebird with Angular?

I tried using Angular with Bluebird promises: HTML: <body ng-app="HelloApp"> <div ng-controller="HomeController">{{name}} {{also}}&…

javascript angularjs promise bluebird angular-promise
Stop running processes after a Promise is rejected

I'm using the following code which working OK, but the problem is that when I get an error, I want …

javascript node.js promise bluebird
Asynchronous exception handling with bluebird promises

What is the best way to handle this scenario. I am in a controlled environment and I don't want to …

javascript node.js asynchronous promise bluebird
Best way to handle nested Promises (bluebird)

I have the following promise chain below and it appears to be quite messy (Each _create* function returns a promise): …

javascript promise bluebird