GitHub - bburrier/grpc-python-async: Proof of concept running an async gPRC server and client in Python. · GitHub
Skip to content

bburrier/grpc-python-async

Folders and files

Repository files navigation

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

About

Proof of concept running an async gPRC server and client in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors