Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 356 Bytes

Introduction

This project is a an example of gRPC library with Kotlin

Getting Started

To start your gRPC server and client:

  1. Install dependencies with ./gradlew
  2. Generate gRPC service files with ./gradlew installDist
  3. Start gRPC server with ./gradlew startServer
  4. Start gRPC client with ./gradlew startClient