grpc-rust
There are 20 repositories under grpc-rust topic.
steadylearner/Rust-Full-Stack
Rust projects here are easy to use. There are blog posts for them also.
DCS-gRPC/rust-server
DCS gRPC server written in Rust. Get data out of DCS and send commands into DCS.
hominee/grsql
Grsql is a great tool to allow you set up your remote sqlite database as service and CRUD(create/read/update/delete) it using gRPC.
MovingGauteng/shorty-rs
A simple URL shortener, written in Rust and gRPC
ovr/tinkoff-invest-rust
gRPC Клиент для Тинькофф Инвестиций (протокол v2)
cedrickchee/Rust-Full-Stack
Easily testable and working Rust codes with blog posts to explain them.
coesia-software-innovation/google-pubsub-rpc-rs
A set of examples for publishing and subscribing to Google Pubsub via RPC in rust
shekohex/kontakt-server
Yet another Contact List Manager using gRPC and Rust :heart:
Jacobbishopxy/minifigures
Fullstack w/ gRPC
ji-podhead/ji_ui
gPRC based UI Framework
lucassouzavieira/rust-grpc-client
gRPC CLI client written in Rust
rsachdeva/drive-deposits
DriveDeposits: Microservices-based Financial System with Delta Growth. Backend: Rust, Async Rust, Tokio, gRPC (Tonic), REST (Axum), Amazon Web Services AWS SDK for Rust, Lambda, DynamoDB, EventBridge, API Gateway, AWS SAM, Docker. Architecture: server-based and serverless microservice
fjpacheco/crud-example-grpc-mysql
A basic CRUD example app built with gRPC (tonic) and MySQL (sqlx) in Rust
jakeswenson/tonic-template
This is a template using Rust's tokio/tonic to build a gRPC service.
rdcm/news-board
Cloud-native news management api built with Rust, leveraging gRPC, PostgreSQL, and Kubernetes for scalability and efficiency.
chi-chu/grpc-rs
just a demo for grpc implement by rust
CHINMAYVIVEK/gRPC_bp_rust
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
SushritPasupuleti/Rusty-Tokenizing-RPC
A Rust based gRPC server using Tonic which exposes a Tokenizer that splits a string into words and returns the tokens.