2 Star 3 Fork 0

Neil-鹏 / micros-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
Neil-鹏 提交于 2020-10-18 11:43 . init code

GRPC Study

sequenceDiagram
    WebClient ->> + WebServer : api.request()发送method
    WebServer ->> + GRPCServer : params to business
    GRPCServer -->> - WebServer : result
    WebServer ->> WebServer : data detal and pack
    WebServer -->> - WebClient : token

遇到的问题

目前tonic的0.3.1版本还未支持到tokio的0.3的版本,在项目中引入tokio时只使用0.2的版本

Rust
1
https://gitee.com/shaipe/micros-rs.git
git@gitee.com:shaipe/micros-rs.git
shaipe
micros-rs
micros-rs
master

搜索帮助