Skip to content

bnvsp/grpc-python

Repository files navigation

gRPC - Python

  • This repo deals with basic implementations for four categories of RPCs which also includes both client and server code.

  • Respective .proto files for each RPC implementation are available here

  • The source code also contains stubs generated by gRPC proto compiler

  • Please visit Github Page to learn more about gRPC and configuring environment

Usage

  • Execute run_server.py, a CLI script, in a new terminal and select server from one of the listed categories.

Using run_server.py

  • Running run_client.py in another terminal will execute appropriate client mapped to active server running.

Using run_client.py