reactor/reactor-netty
TCP/HTTP/UDP/QUIC client/server with Reactor over Netty observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- 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: 27
- age_days: 3667
- days_rel: 9
- days_push: 7
- n_releases_24m: 36
Adoption not part of the score
2778 stars · 700 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reactor Netty is a JVM library providing non-blocking, backpressure-ready TCP, HTTP, UDP, and QUIC clients and servers built on the Netty framework, using Project Reactor's Flux and Mono reactive types. It serves as the network engine underlying Spring WebFlux and other reactive JVM applications.
Use cases
- build a non-blocking HTTP server in Java
- make reactive HTTP client requests with backpressure
- implement TCP or UDP clients and servers on the JVM
- add QUIC support to a reactive application
- build reactive microservices with Spring WebFlux
- stream data over WebSockets reactively
When to choose
- you need non-blocking, backpressure-ready network I/O on the JVM
- you are building reactive applications with Project Reactor or Spring WebFlux
- you need fine-grained control over Netty with a reactive API
- you need HTTP, TCP, UDP, or QUIC clients and servers in one library
When to avoid
- you want a simple blocking HTTP client or server
- your team is unfamiliar with reactive programming and the learning cost outweighs benefits
- you are not on the JVM or don't use Java 8+
- you need a full web framework rather than a network layer
Facets
library · maturity active
http-client http-server websocket networking concurrency backend web-development networking microservices developer-tools jvm cross-platform reactive-streams netty non-blocking-io backpressure quic tcp udp flux mono spring-webflux
7 sources
- readme: https://github.com/reactor/reactor-netty · fetched 2026-08-28 · 892aa2df2eee
- homepage: https://projectreactor.io · fetched 2026-08-29 · 15b8a484e2ce
- site_page: https://projectreactor.io/docs · fetched 2026-08-29 · 482fda30829b
- site_page: https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Flux.html · fetched 2026-08-29 · 10fd5a2fb999
- site_page: https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html · fetched 2026-08-29 · 75a6cfb770f2
- site_page: https://projectreactor.io/docs/core · fetched 2026-08-29 · 41782e9b9167
- site_page: https://projectreactor.io/docs/netty · fetched 2026-08-29 · 1b61684940bb
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| reactor/reactor-netty | main | 99 |
For agents
markdown · JSON · MCP: product_card(name="reactor/reactor-netty")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem