Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 256 Bytes

基于protobuf的rpc框架

1 一键式编译、链接
./onekeybuild.sh

2 测试
cd build/bin
client:
./echo_client 127.0.0.1 12321
server:
./echo_server
server端会把client端发送过来的数据返回给client端,实现echo