Skip to content

dekstroza/grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java GRPC snippet

Requirments

  1. Requires java 1.8
  2. Recent maven

Compile and Run

mvn clean install

To run execute as standalone java application AccessControlService.java, it will listen on port 50051, and to send some test traffic execute AccessControlTestClient.java