Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.41 KB

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