Skip to content

FlavioF/kotlin-grpc-sample

Repository files navigation

Simple Sample Kotlin gRPC service

On this project there are a very simple sample of a gRPC service using Kotlin.

This samples is composed by two gRPC services (user and key value) and one client. The user service must get data from the key value service to provide all information about the user to a client.

Pre requirements

  • Java 8
  • Maven

About gRPC

About Kotlin

Try it

Run key value service

mvn -pl kotlin-grpc-keyvalue-service exec:java

Run user service

mvn -pl kotlin-grpc-user-service exec:java

Run the client

mvn -pl kotlin-grpc-client exec:java

About

Sample of a gRPC Kotlin service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages