现在位置: 首页 > rpc
2018-01-28 19:38 工业·编程 ⁄ 共 764字 暂无评论
1. RCF: 纯c++的RPC, 不引入IDL, 大量用到boost,比较强大. 2. casocklib:  protobuf + asio 较完善实现 3. eventrpc: protobuf + libevent 较完善实现 https://www.exit1.org/Event-RPC/ 4. evproto: protobuf + libevent 简单实现 https://github.com/chenshuo/evproto https://github.com/chenshuo/evproto2 5. febird:同样无IDL的c++ RPC,自己实现了串行化和网络IO. 6. libHttp, xmlrpc 都是xml封装的RPC 7.rest_rpc...
阅读全文
2018-01-21 18:06 工业·编程 ⁄ 共 589字 暂无评论
1、Google https://github.com/grpc/grpc https://github.com/google/protobuf http://doc.oschina.net/grpc 2、thrift http://thrift.apache.org/ http://thrift.apache.org/lib/ http://thrift.apache.org/lib/cpp https://github.com/apache/thrift 3、Tencent 腾讯微服务框架Tars介绍 https://github.com/TarsCloud/Tars https://github.com/TarsCloud/TarsCpp https://github.com/TarsCloud/TarsGo https://github.com/lov...
阅读全文