A simple example of using gRPC in a Gradle Java project.
I was having difficulty finding clean examples of using gRPC in a simple example context. Therefore, I decided to make one with what I managed to find.
The primary obstacle for me was figuring out the plugin (com.google.protobuf v0.9.5). It still seems like it should be simpler than it was to setup, but here it is for present/future reference.
Cheers!