Skip to content

iamrohitrc/CMU-17625-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMU-17625-gRPC

gRPC and Protocol Buffers

Protocol buffer generation:

Go to root directory of the project. Run the following command:

python3 -m grpc_tools.protoc -I./protos protos/* --python_out=./service --grpc_python_out=./service --pyi_out=./service

To run the gRPC server:

python3 server.py

About

gRPC and Protocol Buffers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages