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 proto: helloworld.proto.
Each example implements server and client subcommands.
Run make examples to generate grpc and protobuf code for examples.
- grpc example_grpcio.py
- grpc.aio example_grpcio_aio.py
$ make qa test