netty/netty
Netty project - an event-driven asynchronous network application framework 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-02. Adoption (stars, forks) is never an input.
- gap_med: 1.0
- age_days: 5776
- days_rel: 27
- days_push: 7
- n_releases_24m: 13
Adoption not part of the score
35035 stars · 16272 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Netty is an asynchronous event-driven network application framework for the JVM, enabling rapid development of high-performance protocol servers and clients. It provides a unified API over blocking and non-blocking transports (including native epoll, kqueue, and io_uring) with SSL/TLS, HTTP, and WebSocket support.
Use cases
- build a high-performance TCP or UDP server in Java
- write a custom binary protocol client and server
- implement an HTTP or WebSocket server with low latency
- handle thousands of concurrent network connections efficiently
- add TLS/StartTLS to a custom network protocol
- build a lightweight HTTP client without heavy dependencies
When to choose
- you need fine-grained control over networking on the JVM with maximum throughput and low latency
- you are implementing a custom protocol or a high-performance proxy/server
- you want a mature, battle-tested NIO framework with extensive documentation and examples
When to avoid
- you just need a simple REST API - use a higher-level framework like Spring Boot or Javalin instead
- you are not on the JVM
- your team is unfamiliar with asynchronous, event-driven programming and the project is simple
Facets
framework · maturity stable
web-framework http-server http-client websocket networking middleware networking backend web-development developer-tools microservices jvm cross-platform nio async event-driven tcp udp protocol-servers high-performance io-uring ssl-tls linux macos
3 sources
- readme: https://github.com/netty/netty · fetched 2026-08-28 · fd17e386547d
- homepage: http://netty.io · fetched 2026-08-29 · ba5dbb750906
- site_page: https://netty.io/wiki/index.html · fetched 2026-08-29 · f6badc332c73
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| netty/netty | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem