原文链接:https://grpc.io/docs/quickstart/java.html
git clone -b v1.10.1 https://github.com/grpc/grpc-java
gradlew.bat installDist
cd grpc-java/examples
build\install\examples\bin\hello-world-server.bat
另一个终端窗口:
build\install\examples\bin\hello-world-client.bat
结果:server端:
结果:client端: