Snailclimb/guide-rpc-framework
A custom RPC framework implemented by Netty+Kyro+Zookeeper.(一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。) observed · 2026-08-28
Health v2 · maintenance only
75/100
- Activity 96
- 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: 2306
- days_rel: n/a
- days_push: 25
- n_releases_24m: 0
Adoption not part of the score
4421 stars · 2157 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A custom Java RPC framework built on Netty, Kryo (plus Protostuff/Hessian), and Zookeeper, with detailed tutorials explaining its implementation. It is primarily an educational project for learning RPC internals, supporting service registration/discovery, load balancing, heartbeats, and Spring integration.
Use cases
- learn how RPC frameworks work under the hood
- build a simple remote procedure call system in Java
- study Netty-based network communication and serialization
- use as a graduation project or resume project for interviews
- understand service registration and discovery with Zookeeper
- practice implementing load balancing and dynamic proxies
When to choose
- you want to learn or teach RPC internals with well-commented Java code
- you need a small, readable codebase to extend as a learning exercise
- you want a reference implementation of Netty+Zookeeper RPC patterns
When to avoid
- you need a production-grade RPC framework - use Dubbo, gRPC, or Motan instead
- you require mature ecosystem support, security hardening, or long-term maintenance
- you need non-Java polyglot RPC support
Facets
framework · maturity active
rpc serialization middleware http-server microservices backend developer-tools tutorials jvm cross-platform netty zookeeper kryo service-discovery load-balancing educational java rpc-framework learning-project
7 sources
- readme: https://github.com/Snailclimb/guide-rpc-framework · fetched 2026-08-28 · c814cb8d4d86
- homepage: https://gitee.com/SnailClimb/guide-rpc-framework · fetched 2026-08-29 · 2f46a6c83c1e
- site_page: https://gitee.com/about_us · fetched 2026-08-29 · 061b862ef0b5
- site_page: https://gitee.com/SnailClimb/guide-rpc-framework/tree/master/docs · fetched 2026-08-29 · 5157f24a7413
- site_page: https://compass.gitee.com/zh/docs/dimensions-define · fetched 2026-08-29 · 6392ce42534d
- site_page: https://gitee.com/all-about-git · fetched 2026-08-29 · fb606340594e
- site_page: https://gitee.com/features/gitee-go · fetched 2026-08-29 · bfa2599dcb24
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Snailclimb/guide-rpc-framework | main | 75 |
For agents
markdown · JSON · MCP: product_card(name="Snailclimb/guide-rpc-framework")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem