https://github.com/myxiaoao/simple-rpc
https://github.com/myxiaoao/simple-rpc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxiaoao/simple-rpc
- Owner: myxiaoao
- License: mit
- Created: 2022-09-13T07:52:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T07:53:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T00:56:44.630Z (5 months ago)
- Language: Go
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-rpc
> 用来学习,请勿用于生产环境。
- [x] 服务端与消息编码
- [x] 支持并发与异步的客户端
- [x] 服务注册(service register)
- [x] 超时处理(timeout)
- [x] 支持 HTTP 协议
- [x] 服务发现与注册中心(registry)## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.