jameshiew / grpc-java-sandbox

A starting point for experimenting with grpc-java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A starting point for experimenting with grpc-java


Languages

Language:Java 100.0%