mini-rpc

mini-rpc

duoan

Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持

223 Stars
143 Forks
223 Watchers
Java Language
Cost to Build
$5.8K
Market Value
$12.4K

Growth over time

7 data points  ·  2021-08-01 → 2023-06-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about mini-rpc

Question copied to clipboard

What is the duoan/mini-rpc GitHub project? Description: "Spring + Netty + Protostuff + ZooKeeper 实现了一个轻量级 RPC 框架,使用 Spring 提供依赖注入与参数配置,使用 Netty 实现 NIO 方式的数据传输,使用 Protostuff 实现对象序列化,使用 ZooKeeper 实现服务注册与发现。使用该框架,可将服务部署到分布式环境中的任意节点上,客户端通过远程接口来调用服务端的具体实现,让服务端与客户端的开发完全分离,为实现大规模分布式应用提供了基础支持". Written in Java. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone mini-rpc

Clone via HTTPS

git clone https://github.com/duoan/mini-rpc.git

Clone via SSH

[email protected]:duoan/mini-rpc.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the mini-rpc issue tracker:

Open GitHub Issues