Skip to content

Commit

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



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

0 comments on commit 999878f

Please sign in to comment.