protobuf+RPC的几个C++实现

 

1. RCF: c++RPC, 不引入IDL, 大量用到boost,比较强大.
2. casocklib:  protobuf + asio
较完善实现
3. eventrpc: protobuf + libevent
较完善实现
4. evproto: protobuf + libevent
简单实现
5. febird
:同样无IDLc++ RPC,自己实现了串行化和网络IO.
6. libHttp, xmlrpc
都是xml封装的RPC

7. protobuf-remote

8.server1

 

 参考资料:

http://lanxinyuchs.iteye.com/blog/1110415

http://blog.csdn.net/lanphaday/article/details/6313243

http://www.ibm.com/developerworks/cn/linux/l-cn-gpb/index.html?ca=drs

 

http://hi.baidu.com/baowup/blog/item/fdded72cf0bf6bf28a1399e9.html

http://hi.baidu.com/baowup/blog/category/%CD%F8%C2%E7%B1%E0%B3%CC%26%2347%3B%B7%FE%CE%F1%C6%F7%BF%AA%B7%A2

你可能感兴趣的:(protobuf+RPC的几个C++实现)