Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 295 Bytes

File metadata and controls

11 lines (10 loc) · 295 Bytes

This repo store my own researching in gRPC for Java. There are two implementation of gRPC client and server. To build the server you need to execute:

cd product-server && ./gradlew clean build

To build the client you need to execute:

cd product-client && ./gradlew clean build