rust grpc web:用于Rust的gRPC Web实现 源码
Rust gRPC Web(WIP) 用Rust编写的gRPC-Web的代理服务。 注意:规范当前不支持客户端和双向流。 结构 grpc-web :逻辑与类型 grpc-web-proxy :超级服务器 未来 对Tonic的嵌入式服务支持-考虑grpcweb Go中的grpcweb处理程序包装。 教程 生成JS helloworld客户端。 make helloworld 运行helloworld gRPC服务器(基于Tonic构建)。 cargo run --bin helloworld-server 运行gRPC-Web代理服务器。 cargo run --bin grpc-web-proxy 在浏览器中打开 。
文件列表
rust-grpc-web-main.zip
(预估有个28文件)
rust-grpc-web-main
Cargo.toml
91B
grpc-web
Cargo.toml
767B
proto
reflection.proto
5KB
src
error.rs
1KB
metadata.rs
6KB
codec.rs
1KB
暂无评论