Skip to content

cernerae/python_grpc_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_grpc_example

Overview

An example Python gRPC project implementing unary and bidirectional services

Dependencies

pip install grpcio grpcio-tools

Unary

cd unary
python -m grpc_tools.protoc --proto_path=. ./unary.proto --python_out=. --grpc_python_out=.

Bidirectional

cd bidirectional
python -m grpc_tools.protoc --proto_path=.  ./bidirectional.proto --python_out=. --grpc_python_out=.

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages