/python-grpc

Python gRPC playground

Primary LanguagePythonMIT LicenseMIT

python-grpc

Python gPRC playground

original codes are from A simplified guide to gRPC in Python

Please follow the link for detail steps.

key points

  1. The .proto file ref.

  2. Generate class from .proto file under command line.

  3. Wirte server/client codes.