Skip to content

reactivegroup/grpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This example will help you understand gRPC better. More importantly, You can learn more about how gRPC works.

How to build

  • JDK 8+
  • run mvn clean package

How to run

HelloWorld

  • run HelloWorldServer#main() in io.grpc.examples package
  • run HelloWorldClient#main() in io.grpc.examples package

Reactor HelloWorld

  • run ReactorHelloWorldServer#main() in io.grpc.examples package
  • run ReactorHelloWorldClient#main() in io.grpc.examples package

What you can learn

Contributing

How to contribute

About

This example will help you understand gRPC better.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages