/grpc-java-sandbox

A starting point for experimenting with grpc-java

Primary LanguageJava

grpc-java-sandbox pipeline status

A starting point for experimenting with grpc-java.

Prerequisites

  • Java 11+
  • Gradle

Running the server

gradle jar
java -jar build/libs/grpc-java-sandbox-1.0-SNAPSHOT.jar

Running the client

Currently the easiest way is to run the sandbox.client.Main class' main() method from within IntelliJ.