Skip to content

jesse-c/grpc-example-rust-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gRPC example with Rust and Swift

A simple example using gRPC between Rust and Swift.

Setup

brew install swift-protobuf grpc-swift

cd rust && cargo build

cd swift && swift build

Usage

While there is more than just this, this is the key example.

  1. Start the gRPC server: cd rust && cargo run --bin helloworld-server
  2. Send a message from the Swift client: cd swift && swift run Client <name>

About

A small example of using gRPC to connect Rust and Swift.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published