bluebird: Detailed Overview & Metrics

v3.7.2(over 4 years ago)

This package was last published over a year ago. It may not be actively maintained.Types definitions are provided via a separate npm package: @types/bluebirdNumber of direct dependencies: 0Monthly npm downloads

Bluebird is a fully featured and high-performance Promise library for JavaScript. It offers advanced functionalities for handling asynchronous operations, such as promise chaining, error handling, and concurrency control. Bluebird provides a rich set of utility methods to work with promises effectively, including timeout handling, cancellation, and promisification of callback-based APIs.

Compared to the native Promise implementation in JavaScript, Bluebird offers additional features like long stack traces for better error debugging and performance optimizations. It is actively maintained and widely used in projects requiring robust promise handling capabilities.

Alternatives:
q+
when+
promise+
rsvp+
es6-promise+
pify+
pinkie-promise+
vow+
lie+
kew+

Tags: javascriptpromiseasynchronousconcurrencyerror-handling