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.
- Host: GitHub
- URL: https://github.com/phxql/grpc-chat-kotlin
- Owner: phxql
- License: lgpl-3.0
- Created: 2017-01-23T22:32:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T09:19:03.000Z (about 6 years ago)
- Last Synced: 2025-10-09T01:11:35.933Z (10 months ago)
- Language: Kotlin
- Size: 195 KB
- Stars: 13
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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)