This is a simple gRPC "hello-world" repo that uses Kotlin to run the gRPC server and client. I went through the grpc-kotlin repo but decided to not use it as my starting point since a lot of the boilerplate code was taken care of. Since my goal was to get a handle on how stuff worked ground-up, I decided to do it all from scratch.
- Import the project into IntellijIDEA
mvn clean install
through the IDE- Run AmallelaServer.kt to start the gRPC server up
- Run AmallelaClient.kt to send requests to the server