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的代理模型)一看就能懂
- Host: GitHub
- URL: https://github.com/singgel/rpc-skilltree
- Owner: singgel
- Created: 2018-04-18T00:55:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T21:06:12.000Z (over 2 years ago)
- Last Synced: 2025-04-12T19:53:11.631Z (about 1 year ago)
- Topics: dubbo-demo, google-snappy, protocol-buffer, thrift-demo, zookeeper-demo
- Language: Java
- Homepage: https://blog.csdn.net/singgel/article/category/8277371
- Size: 221 KB
- Stars: 23
- Watchers: 1
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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