文件名称:rust-grpc-web:用于Rust的gRPC Web实现
文件大小:68KB
文件格式:ZIP
更新时间:2024-03-28 07:00:06
Rust
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
----Cargo.toml(91B)
----grpc-web()
--------Cargo.toml(767B)
--------proto()
--------src()
--------build.rs(299B)
----examples()
--------helloworld()
----README.md(742B)
----Makefile(452B)
----.gitignore(35B)
----grpc-web-proxy()
--------Cargo.toml(513B)
--------src()