gRPC Service
gRPC service scaffold with server.py and example.proto.
Create this template
bash
# install
pip install jyinit
# create a scaffold for a grpc service
jyinit create my-project --type grpc-service
# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactiveUseful flags
- --gitrep
Great for
- APIs
- microservices