zhongyuanzhao000 / gRPC-demo

基于maven项目,简单尝试了下grpc-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just try to use grpc-java library.

运行方式

1、Firstly, run the main() function in src/main/java/server/ServerDemo.java.

2、Secondly, run the main() function in src/main/java/client/ClientDemo.java.

And the files in src/main/java/grpc directory are defined interfaces, which are compiled by protoc.

About

基于maven项目,简单尝试了下grpc-java


Languages

Language:Java 100.0%