Skip to content

A boilerplate for building gRPC microservices in Rust. Includes async server and client setup using tonic and tokio, with auto-generated protobuf support. Ideal for high-performance, async services with gRPC in Rust

Notifications You must be signed in to change notification settings

CHINMAYVIVEK/gRPC_bp_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC_bp_rust

A boilerplate for building gRPC microservices in Rust. This project provides an out-of-the-box setup for a gRPC server and client using tonic for gRPC support and tokio for async runtime. The project includes auto-generated Protobuf support, making it ideal for creating high-performance, asynchronous services.

Features

  • Async gRPC server and client using tonic and tokio.
  • Auto-generated Protobuf code with a sample .proto file.
  • Supports multi-stage Docker builds for efficient containerization.
  • Example server and client implementations to get you started quickly.

Prerequisites

References


About

A boilerplate for building gRPC microservices in Rust. Includes async server and client setup using tonic and tokio, with auto-generated protobuf support. Ideal for high-performance, async services with gRPC in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published