Skip to content

python-pkgz/grpc_boilerplate

Repository files navigation

Grpc boilerplate

Code for help server and client usage

  • grpcio grpc_boilerplate.grpcio_tools
    • Client unsecure connections
    • Client secure connections
    • Client token auth
  • grpcio.aio grpc_boilerplate.grpcio_aio_tools
    • Client unsecure connections
    • Client secure connections
    • Client token auth

Examples

Examples proto: helloworld.proto.

Each example implements server and client subcommands.

Run make examples to generate grpc and protobuf code for examples.

Test

$ make qa test

Packages

No packages published