tang-jie/NettyRPC
NettyRPC is high performance java rpc server base on Netty,using kryo,hessian,protostuff support message serialization. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 3688
- days_rel: n/a
- days_push: 3134
- n_releases_24m: 0
Adoption not part of the score
1285 stars · 503 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NettyRPC is a high-performance Java RPC framework built on the Netty networking library, supporting multiple serialization codecs including JDK native, Kryo, Hessian, and Protostuff. It uses a master-slave Reactor thread model for parallel throughput, integrates with Spring for service lifecycle management, and provides JMX monitoring, async callbacks, and a web-based service interface viewer.
Use cases
- build a high-performance RPC server in Java
- replace slow HTTP-based service calls with binary RPC
- serialize RPC messages with kryo, hessian, or protostuff
- manage RPC service registration and lifecycle through Spring
- monitor RPC server health via JMX
- handle long-running RPC calls with async callbacks
- expose service interface documentation over HTTP
When to choose
- you need a lightweight, self-contained Java RPC framework without heavy middleware dependencies
- your stack already uses Spring and Netty
- you want pluggable serialization codecs for performance tuning
- you need fine-grained control over server thread pool behavior and task rejection policies
When to avoid
- you need cross-language RPC (gRPC, Thrift) or polyglot service meshes
- you want built-in service discovery, load balancing, or distributed tracing out of the box
- you need a framework with active community support and frequent releases
- your team prefers standardized protocols over custom binary codecs
Facets
framework · maturity maintenance
rpc serialization middleware monitoring concurrency microservices backend developer-tools jvm netty kryo hessian protostuff jmx reactor-pattern thread-pool async-callback service-discovery high-performance spring
1 source
- readme: https://github.com/tang-jie/NettyRPC · fetched 2026-08-28 · 841b2be5a8b9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tang-jie/NettyRPC | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="tang-jie/NettyRPC")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem