Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 426 Bytes

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.