# ReactiveX/RxNetty

Reactive Extension (Rx) Adaptor for Netty

Repository: https://github.com/ReactiveX/RxNetty
Canonical: https://ross.abutalabs.com/products/rxnetty
Language: Java
License: Apache-2.0
License Family: permissive
Last push: 2022-01-05T08:58:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4675, "days_push": 1701, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1373, forks 251 (observed 2026-08-28T04:04:32.435542+00:00)

## What it is
RxNetty is a Reactive Extensions (Rx) adaptor for Netty, providing reactive APIs for building HTTP and TCP clients and servers on the JVM. It integrates Netty's asynchronous networking with RxJava's observable streams.

## Use cases
- build reactive http servers in java
- write async http clients with rxjava
- handle streaming network io reactively
- compose netty networking with observable streams
- build tcp clients and servers with reactive backpressure

## When to choose
- you already use RxJava and Netty together
- you want reactive streams over Netty networking
- you maintain legacy Netflix-style reactive JVM services

## When to avoid
- starting a new project - the project is no longer under active development
- you prefer newer reactive stacks like Reactor Netty
- you need long-term support or frequent updates

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, http-server, middleware, concurrency
- domain: backend, networking, developer-tools, apis
- platform: jvm, cross-platform
- tags: reactive-extensions, netty, rxjava, async-io, http

## Member repositories
- ReactiveX/RxNetty (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:32.435542+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:40:40.538264+00:00, confidence not recorded.
  - readme: https://github.com/ReactiveX/RxNetty (fetched 2026-08-28T04:04:32.435542+00:00, sha 638dc3342503)
- Data as of 2026-08-30T08:39:29.467469+00:00.
