Skip to content

lesreaper/grpc-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample GRPC Install

Install

pip install grpcio-tools
pip install grpcio

Running

Compile the protobufs:

python -m grpc_tools.protoc -I protos --python_out=. --grpc_python_out=. protos/greet.proto

Run the server: python greet_server.py

Run the cilent: python greet_client.py

About

Short sample GRPC system with Protobufs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages