Tonic gRPC - Rust gRPC Framework with Tokio
gRPC framework for Rust built on Tokio and Tower
Tags
Updated: 2026-03-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- define proto files
- compile proto files
- create gRPC server
- create gRPC client
- connect to server
- send gRPC request
- receive gRPC response
- stream messages
- apply interceptors
- validate tokens
- configure TLS
Inputs
- server address
- proto files
- TLS certificate
- private key
- authorization token
Outputs
- compiled Rust code
- gRPC server
- gRPC client
- gRPC channel
- gRPC message
- gRPC stream
Requirements
- Rust
- Cargo
- Tokio runtime
- tonic-build
- network connection
- file permissions
