# Snailclimb/guide-rpc-framework

A custom RPC framework implemented by Netty+Kyro+Zookeeper.（一款基于 Netty+Kyro+Zookeeper 实现的自定义 RPC 框架-附详细实现过程和相关教程。）

Repository: https://github.com/Snailclimb/guide-rpc-framework
Canonical: https://ross.abutalabs.com/products/guide-rpc-framework
Homepage: https://gitee.com/SnailClimb/guide-rpc-framework
Language: Java
License: NOASSERTION
License Family: other
Last push: 2026-08-08T09:39:03+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 35, longevity 100
- inputs: {"age_days": 2306, "days_push": 25, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4421, forks 2157 (observed 2026-08-28T04:08:48.773666+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: rpc, serialization, middleware, http-server
- domain: microservices, backend, developer-tools, tutorials
- platform: jvm, cross-platform
- tags: netty, zookeeper, kryo, service-discovery, load-balancing, educational, java, rpc-framework, learning-project

## Member repositories
- Snailclimb/guide-rpc-framework (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:48.773666+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:20:58.894545+00:00, confidence not recorded.
  - readme: https://github.com/Snailclimb/guide-rpc-framework (fetched 2026-08-28T04:08:48.773666+00:00, sha c814cb8d4d86)
  - homepage: https://gitee.com/SnailClimb/guide-rpc-framework (fetched 2026-08-29T09:09:07.049752+00:00, sha 2f46a6c83c1e)
  - site_page: https://gitee.com/about_us (fetched 2026-08-29T09:09:07.059704+00:00, sha 061b862ef0b5)
  - site_page: https://gitee.com/SnailClimb/guide-rpc-framework/tree/master/docs (fetched 2026-08-29T09:09:07.061558+00:00, sha 5157f24a7413)
  - site_page: https://compass.gitee.com/zh/docs/dimensions-define (fetched 2026-08-29T09:09:07.063541+00:00, sha 6392ce42534d)
  - site_page: https://gitee.com/all-about-git (fetched 2026-08-29T09:09:07.065035+00:00, sha fb606340594e)
  - site_page: https://gitee.com/features/gitee-go (fetched 2026-08-29T09:09:07.066788+00:00, sha bfa2599dcb24)
- Data as of 2026-08-30T08:39:29.467469+00:00.
