trietsch / demo-grpc-kotlin

Example app with gRPC in Java and Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example app with gRPC in Java and Kotlin


Languages

Language:Kotlin 76.5%Language:Java 22.5%Language:Shell 1.0%