The guide-rpc-framework is a Java implementation of a Remote Procedure Call (RPC) framework built on Netty, Kyro (for serialization), and Zookeeper (for service discovery and coordination). It’s aimed primarily at learners and practitioners of distributed systems who want to see how you might build an RPC system from first principles rather than just use an existing library. The project provides code for client-side stubs, server-side skeletons, method dispatching, serialization, load balancing, and node management via Zookeeper. Since RPC remains a foundational building block in microservices, server architectures, and high-performance systems, this codebase helps you trace how requests are framed, routed, serialized, and executed across nodes. Because it integrates key pieces of the ecosystem (Netty event loops, Kyro object graphs, Zookeeper coordination), you also gain exposure to that stack.

Features

  • Netty-based network server and client with custom RPC method invocation semantics
  • Kyro serialization of request/response payloads for efficient binary transfer
  • Zookeeper integration for service registration, discovery, and coordination
  • Method dispatching and load-balancing across registered service nodes
  • Clear code structure with comments and tutorials designed for learning
  • Suitable for building simple RPC services, studying microservice internals, or prototypes

Project Samples

Project Activity

See All Activity >

Categories

Frameworks

License

MIT License

Follow guide-rpc-framework

guide-rpc-framework Web Site

Other Useful Business Software
Our Free Plans just got better! | Auth0 Icon
Our Free Plans just got better! | Auth0

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of guide-rpc-framework!

Additional Project Details

Programming Language

Java

Related Categories

Java Frameworks

Registered

2025-10-21