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

reactor/reactor-netty

TCP/HTTP/UDP/QUIC client/server with Reactor over Netty observed · 2026-08-28

github.com/reactor/reactor-netty · homepage · Java · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
reactor/reactor-nettymain99

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