Skip to content

juliencrn/rust-grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust gRPC demo

Minimal example of a RPC server written in Rust.

# System deps (for MacOS)
brew install protobuf
brew install grpc

# Require Rust installed
cargo run

# In another term, call the RPC server
grpc_cli call localhost:50052 bookstore.Bookstore.GetBook "id: 'test-book-id'"

About

Minimal example of a RPC server written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages