Skip to content

Commit

Permalink
Merge pull request #7 from ipipman/ipipman-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ipipman authored Aug 4, 2024
2 parents 852d981 + ba7df50 commit b3b5789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RPC概念与价值:简述远程过程调用(RPC)的基本概念、工作
手写RPC框架的意义:探讨自研RPC框架对于深入理解分布式通信原理、定制化需求满足、技术栈掌握提升等方面的价值。<br>



### 总体设计
**架构概览**:RPC框架的整体架构,包括客户端、服务端、网络传输层、序列化层、注册中心、负载均衡策略等核心组件及其相互关系。 <br>
**技术选型**:阐述所选用的编程语言(Java)、网络库、序列化库、注册中心实现、日志库、测试工具等关键依赖。
Expand Down

0 comments on commit b3b5789

Please sign in to comment.