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

ReactiveX/IxJS

The Interactive Extensions for JavaScript observed · 2026-08-28

github.com/ReactiveX/IxJS · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 21
  • 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: 3845
  • days_rel: n/a
  • days_push: 477
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1411 stars · 74 forks observed · 2026-08-28

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

IxJS is a TypeScript library that brings Array#extras-style combinators like map, filter, and reduce to synchronous and asynchronous iterables, generators, and async generators. It serves as the pull-based counterpart to RxJS, unifying query composition over both sync and async collections.

Use cases

  • compose and query async iterables with map/filter/reduce
  • process streams of data pulled at the consumer's pace
  • unify synchronous and asynchronous collection handling in JavaScript
  • apply LINQ-style operators to generators
  • handle I/O streams with backpressure-friendly pull semantics
  • chain operators on async generators in Node.js

When to choose

  • you need LINQ-like composition over iterables or async iterables
  • your data is pull-based (I/O, file reads, paginated APIs) rather than push-based events
  • you want a TypeScript-typed operator pipeline for generators
  • you already use RxJS but need the pull-based counterpart

When to avoid

  • you need push-based event streams where the producer controls the rate - use RxJS instead
  • you only work with plain arrays and native Array methods suffice
  • you need a full reactive streams library with schedulers and subjects

Facets

library · maturity active

serialization streaming concurrency developer-tools developer-tools web-development browser cross-platform iterables async-iterables generators linq pull-based-streams functional-programming rxjs-companion algorithms real-time nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
ReactiveX/IxJSmain32

For agents

markdown · JSON · MCP: product_card(name="ReactiveX/IxJS")

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