Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 391 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 391 Bytes

Example app with gRPC in Java and Kotlin

There is also an example Web app that communicates with this server, which can be found here.

Running the app

Proto to Code compilation is part of the Gradle build. You can manually trigger this, using ./gradlew build and then running the app, or run the app from your IDE with Gradle support.