Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 465 Bytes

gRPC with async Python

Proof of concept running an async gPRC server and client in Python. Based on examples from https://github.com/grpc/grpc/tree/master/examples/python.

Development

  1. Install packages poetry install
  2. Build gRPC code from .proto service definition make build
  3. Run server make run-server
  4. Run client make run-client