Bluebird is a fully featured promise library for client and server JavaScript with focus on innovative features and performance.
Bluebird is a fully featured promise library for client and server JavaScript code with focus on innovative features and performance.
Bluebird is known for its fast performance, context binding, and long stack traces. It offers very fast coroutine support that emulates C#'s async/await
statement.
Bluebird's promise system also cures JavaScript's callback problem.
It is a fully A+ spec compliant implementation.
Bluebird supports both Node.js and browsers (with Browserify and directly).