Developing the gRPC client
A client project's directory structure will look as follows. The project root directory contains the build.gradle
and settings.gradle
files:
Project directory structure of Client project
├───client     ├───gradle     │   └───wrapper     └───src         ├───main         │   ├───java         │   │   └───com         │   │       └───packt     ...