Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 323 Bytes

rpc-learning

本项目实现了一个简单的RPC,代码复刻自 极客时间-消息队列高手课 demo项目,地址:https://github.com/liyue2008/simple-rpc-framework

主要是为了练习RPC的关键技术,包括但不限于:

  • 序列化与反序列化
  • 远程调用
  • 服务注册与发现
  • 网络通信