Skip to content

tiongks/async-grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

async-grpc-demo

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

About

Demo Async Client-Server Application using gRPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages