Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 301 Bytes

File metadata and controls

9 lines (7 loc) · 301 Bytes

RPC

利用动代代理、反射及Socket网络通信实现RPC远程过程调用

首先开启服务端

rpcServer模块中的main方法

然后开启客户端

rpcClient模块中的main方法

Server and Client modules can be deployed in two computer to implement distributed application.