An open API service indexing awesome lists of open source software.

https://github.com/singgel/rpc-skilltree

干净的RPC全家桶thrift、dubbo、google-protocol-buffer,当然zookeeper注册中心是少不了的,其中在test的测试单元模块,我写了dubbo的底层实现原理(例如socket的RPC反射代理完成跨机器请求,同时还有RMI的代理模型)一看就能懂
https://github.com/singgel/rpc-skilltree

dubbo-demo google-snappy protocol-buffer thrift-demo zookeeper-demo

Last synced: about 1 year ago
JSON representation

干净的RPC全家桶thrift、dubbo、google-protocol-buffer,当然zookeeper注册中心是少不了的,其中在test的测试单元模块,我写了dubbo的底层实现原理(例如socket的RPC反射代理完成跨机器请求,同时还有RMI的代理模型)一看就能懂

Awesome Lists containing this project

README

          

# Java-RPC系列生态
干净的springboot-dubbo

干净的springboot-thrift

干净的google-protocol-buffer

关于原理的讲解:https://blog.csdn.net/singgel/article/category/8277371

grpc过程:https://segmentfault.com/a/1190000015042409