183 Forks
532 Stars
532 Watchers

EasyRPC

EasyRPC是一个远程过程调用(Remote Procedure Call,简称RPC)的最小实现。它使用极少的类、方法演示了RPC的实现原理,是一个学习RPC工作原理的良好示例。

How to download and setup EasyRPC

Open terminal and run command
git clone https://github.com/yeecode/EasyRPC.git
git clone is used to create a copy or clone of EasyRPC repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with EasyRPC https://github.com/yeecode/EasyRPC/archive/master.zip

Or simply clone EasyRPC with SSH
[email protected]:yeecode/EasyRPC.git

If you have some problems with EasyRPC

You may open issue on EasyRPC support forum (system) here: https://github.com/yeecode/EasyRPC/issues