ReactiveX/RxJava
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- 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: 2.0
- age_days: 4985
- days_rel: 28
- days_push: 9
- n_releases_24m: 23
Adoption not part of the score
48204 stars · 7591 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
RxJava is a JVM implementation of Reactive Extensions, a library for composing asynchronous and event-based programs using observable sequences. It extends the observer pattern with declarative operators that abstract away threading, synchronization, and concurrency concerns.
Use cases
- compose asynchronous event streams in Java
- handle backpressure with Reactive Streams Flow
- replace callback-heavy code with declarative pipelines
- manage threading and schedulers for background work
- build reactive data pipelines on the JVM
- use virtual threads with reactive sequences
When to choose
- you need mature, battle-tested reactive programming on the JVM
- you want rich operator composition for async/event streams
- you're building Android or server-side Java with complex async flows
When to avoid
- your project targets very old Java versions incompatible with 4.x
- you prefer coroutine-based approaches like Kotlin coroutines
- simple async needs where CompletableFuture suffices
Facets
library · maturity active
concurrency streaming developer-tools developer-tools backend cross-platform jvm cross-platform reactive-streams observable-sequences async event-driven flow android
2 sources
- readme: https://github.com/ReactiveX/RxJava · fetched 2026-08-28 · 2a2350712b95
- homepage: https://dsc.gg/rxjava · fetched 2026-08-29 · 105501a07d1e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ReactiveX/RxJava | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="ReactiveX/RxJava")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem