Skip to content

youngzil/quickstart-rpc

Repository files navigation

项目地址

RPC(Remote Procedure Call)—远程过程调用 RPC主要是基于TCP/IP协议的,而HTTP服务主要是基于HTTP协议的,我们都知道HTTP协议是在传输层协议TCP之上的,所以效率来看的话,RPC当然是要更胜一筹

开源的优秀RPC框架 阿里巴巴的Dubbo、HSF:https://github.com/alibaba/dubbo Google的gRPC:https://github.com/grpc/grpc Spring Cloud

Facebook的thrift:Apache Thrift :https://thrift.apache.org/ Twitter的finagle 新浪微博 Motan:https://github.com/weibocom/motan rpcx :https://github.com/smallnest/rpcx brpc

RPC和socket的区别 https://blog.csdn.net/u012414189/article/details/84256310

https://blog.csdn.net/top_code/article/details/54615853

http://www.importnew.com/20327.html

https://www.cnblogs.com/ChrisMurphy/p/6550184.html

Releases

No releases published

Packages

No packages published