Start with rust server
This commit is contained in:
@ -102,3 +102,12 @@ Install protobuf compiler
|
||||
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
|
||||
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
|
||||
```
|
||||
|
||||
### Rust services
|
||||
|
||||
#### [Tonic](https://github.com/hyperium/tonic)
|
||||
|
||||
Tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. This library was created to have first class support of async/await and to act as a core building block for production systems written in Rust.
|
||||
|
||||
|
||||
[Rust and gRPC: A complete guide](https://blog.logrocket.com/rust-and-grpc-a-complete-guide/)
|
||||
|
||||
Reference in New Issue
Block a user