Ross ROSS = Recommend OSS · open-source software intelligence for agents

petkaantonov/bluebird

:bird: :zap: Bluebird is a full featured promise library with unmatched performance. observed · 2026-08-28

github.com/petkaantonov/bluebird · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4743
  • days_rel: n/a
  • days_push: 664
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

20490 stars · 2311 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Bluebird is a full-featured Promises/A+ compliant promise library for JavaScript with a focus on performance and rich utility methods like .map, .promisify, and cancellation. Its maintainer now recommends native promises for most use cases, reserving Bluebird for very old browsers, EoL Node.js, or debugging with warnings/monitoring.

Use cases

  • add promise support to old browsers like IE8
  • promisify callback-based Node.js APIs
  • run concurrent async operations with concurrency limits using .map
  • find unhandled promise rejections with warnings and monitoring
  • support end-of-life Node.js versions without native promises

When to choose

  • you must support very old browsers or EoL Node.js versions
  • you want warnings/monitoring to track down async bugs in a legacy codebase
  • you're maintaining an existing codebase already built on Bluebird

When to avoid

  • starting a new project on modern Node.js or browsers - use native promises
  • you only need basic utilities like .map, which native platforms now provide
  • you want a library under active feature development

Facets

library · maturity maintenance

concurrency developer-tools developer-tools web-development browser cross-platform promises async promises-aplus flow-control javascript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
petkaantonov/bluebirdmain23

For agents

markdown · JSON · MCP: product_card(name="petkaantonov/bluebird")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem