/grpc-poc

Just a simple PoC using GRPC.

Primary LanguageJava

GRPC Proof of Concept

  1. Gradle Multi project with following sub-projects:
    • Server application + Interface Definition Language (IDL).
    • Client application.

Run the server

$ cd server
$ ../gradlew run

Run the client

$ cd client
$ ../gradlew run

Run tests

$ ./gradlew test