Skip to content

Commit

Permalink
=新增了redis作为rpc通信
Browse files Browse the repository at this point in the history
  • Loading branch information
liangdas committed Aug 2, 2017
1 parent cef0914 commit 6ff1101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mqant是一款基于Golang语言的简洁,高效,高性能的分布式游戏服
2. 支持分布式跟踪系统接口[传送门](http://bigbully.github.io/Dapper-translation/)
3. 基于golang协程,开发过程全程做到无callback回调,代码可读性更高
4. RPC支持本地和远程自动切换
5. 远程RPC默认使用rabbitmq,未来可以添加更多种类的通信协议
5. 远程RPC使用redis,rabbitmq,未来可以添加更多种类的通信协议
6. 网关采用MQTT协议,无需再开发客户端底层库,直接套用已有的MQTT客户端代码库,可以支持IOS,Android,websocket,PC等多平台通信


Expand Down

0 comments on commit 6ff1101

Please sign in to comment.