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

https://github.com/hildam/qrpc

使用golang实现简单的RPC
https://github.com/hildam/qrpc

Last synced: 3 months ago
JSON representation

使用golang实现简单的RPC

Awesome Lists containing this project

README

        

# QRPC ----- golang RPC项目学习
实现简单的RPC框架。功能包含:
1. 服务注册
2. 支持不同的序列化和反序列化方式
3. 实现服务端和支持并发的客户端
4. 为了防止服务超时挂死,在必要的地方实现了超时处理机制
5. 支持 TPC、Unix、HTTP等多种协议
6. 支持负载均衡
7. 简易的服务注册和发现中心