Skip to content

sergialonsaco/rust-grpc-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-grpc-server

Codacy Badge

Grpc server made with Rust.

Usage

To run the server in your local machine, while you develop, open a terminal in the root of the project and execute:

cargo watch +x run

If you want then to test the server, you can curl it usign grpcurl like:

grpcurl \
 -plaintext \
 -import-path ./proto \
 -proto grpc_server.proto \
 -d '{"hello":"Rob"}' \
 -H 'authorization: Bearer myjwttoken' \
 localhost:50051 \
 grpc_server.Server01/SayHi

About

Grpc server made with Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages