# CheetRpc **Repository Path**: zhang-haoww/CheetRpc ## Basic Information - **Project Name**: CheetRpc - **Description**: 基于netty 与zookeeper 实现的rpc framework - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-30 - **Last Updated**: 2022-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CheetRpc ![](https://img.shields.io/badge/mit-Passing-green) - 该项目是基于netty 和zookeeper 实现的rpc 框架 # 如何使用 - [服务端](https://github.com/adminoryuan/CheetRpc/blob/master/src/main/java/com/cheet/example/server/Server.java) - [客户端](https://github.com/adminoryuan/CheetRpc/blob/master/src/main/java/com/cheet/example/cli/Client.java) # 实现目标 - [x] 多路复用 - [x] 反射 - [x] 注册中心支持 - [x] 自定义协议 - [x] 多路复用