An open API service indexing awesome lists of open source software.

https://github.com/dekstroza/grpc

Java GRPC snippet
https://github.com/dekstroza/grpc

grpc-java java java-grpc-snippet

Last synced: 9 months ago
JSON representation

Java GRPC snippet

Awesome Lists containing this project

README

          

# 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