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

tildeio/rsvp.js

A lightweight library that provides tools for organizing asynchronous code observed · 2026-08-28

github.com/tildeio/rsvp.js · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5069
  • days_rel: n/a
  • days_push: 1042
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3594 stars · 259 forks observed · 2026-08-28

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

RSVP.js is a lightweight JavaScript library implementing Promises/A+ for organizing asynchronous code. It works in both Node.js and browsers and offers extras beyond the ES6 promise subset.

Use cases

  • manage asynchronous code with promises in JavaScript
  • use Promises/A+ compliant promises in Node or the browser
  • chain async operations with then/catch
  • support legacy browsers like IE9 with promises
  • get extra promise utilities beyond the ES6 spec

When to choose

  • you need a tiny, battle-tested Promises/A+ implementation
  • you must support older browsers without native promises
  • you want promise extras beyond the ES6 subset

When to avoid

  • your runtime already has native ES6 promises
  • you want a strict ES6-only subset (use es6-promise instead)
  • you prefer async/await with native promises

Facets

library · maturity maintenance

concurrency developer-tools web-development developer-tools browser cross-platform promises promises-a-plus async javascript nodejs

1 source

Member repositories

RepositoryRoleHealth v2
tildeio/rsvp.jsmain32

For agents

markdown · JSON · MCP: product_card(name="tildeio/rsvp.js")

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