Skip to content

bclewis1/GrpcDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrpcDemo

This is to demostrate

  1. ProtobufRepo is a separate repo which can be build to via gradle proto plugin to genreate both client side and server side of code and being packaged into a JAR.
  2. The generated Jar then can be used in GrpcClient (containing stub and pojo)
  3. The generated Jar then can be used in GrpcServer (which implements the server side )

In the end GrpcClient can call GrpcServer easily via Grpc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%