# quickstart-rpc **Repository Path**: youngzil/quickstart-rpc ## Basic Information - **Project Name**: quickstart-rpc - **Description**: RPC(Remote Procedure Call)远程过程调用框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [项目地址](https://github.com/youngzil/quickstart-rpc) 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