Skip to content

tiongks/async-grpc-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

async-grpc-demo

Demo Async Client-Server Application gRPC

To run, execute the following in a terminal window

mvn clean 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