Skip to content

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

Notifications You must be signed in to change notification settings

bburrier/grpc-python-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published