/poc-grpc-java

This is a simple poc using gRPC and protocol buffers.

Primary LanguageJavaApache License 2.0Apache-2.0

Overview

This is a simple poc using gRPC and protocol buffers.

Set up

  1. Execute mvn compile to generate the grpc classes.
  2. Run ServiceApplication
  3. Run ClientApplication