This is a simple application demonstrating a Client-Server Application exchanging messages asynchronously using gRPC.
To run, execute the following in a terminal window
mvn package exec:java -Dexec.mainClass=org.nuhara.demos.GrpcServer
then, run the following in a different window
mvn exec:java -Dexec.mainClass=org.nuhara.demos.GrpcClient