https://github.com/akihokurino/rust-grpc-web-http
rust sample. use tonic for grpc-web server.
https://github.com/akihokurino/rust-grpc-web-http
grpc grpc-web reqwest rust tonic
Last synced: 10 months ago
JSON representation
rust sample. use tonic for grpc-web server.
- Host: GitHub
- URL: https://github.com/akihokurino/rust-grpc-web-http
- Owner: akihokurino
- Created: 2021-11-15T13:16:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-04T05:52:18.000Z (about 3 years ago)
- Last Synced: 2025-02-01T13:21:32.416Z (over 1 year ago)
- Topics: grpc, grpc-web, reqwest, rust, tonic
- Language: Rust
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Used, Dependency
- rust 1.53.0
- grpc-web
- tonic( https://github.com/hyperium/tonic )
- reqwest( https://github.com/seanmonstar/reqwest )