An open API service indexing awesome lists of open source software.

https://github.com/phxql/grpc-chat-kotlin

A chat based on gRPC, written in Kotlin.
https://github.com/phxql/grpc-chat-kotlin

Last synced: 9 months ago
JSON representation

A chat based on gRPC, written in Kotlin.

Awesome Lists containing this project

README

          

# GRPC Chat

A chat based on [gRPC](http://www.grpc.io/), written in [Kotlin](http://kotlinlang.org/).

## Running

Run `./gradlew :server:run` in one terminal, run `./gradlew :client:run` in as many other terminals as you like.

## Building

Run `./gradlew clean build` and check the `server/build/distributions` and `client/build/distributions` folders.

## License

[LGPLv3](https://www.gnu.org/licenses/lgpl.html)