Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krzema12/kotlin-rpc-example
Example for https://github.com/krzema12/kotlin-rpc
https://github.com/krzema12/kotlin-rpc-example
Last synced: 11 days ago
JSON representation
Example for https://github.com/krzema12/kotlin-rpc
- Host: GitHub
- URL: https://github.com/krzema12/kotlin-rpc-example
- Owner: krzema12
- Created: 2020-11-10T18:22:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T18:58:40.000Z (over 3 years ago)
- Last Synced: 2024-10-12T11:13:32.220Z (25 days ago)
- Language: Kotlin
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A working example for [kotlin-rpc](https://github.com/krzema12/kotlin-rpc).
# How to run
```
# TODO: remove the need to build the API module first.
# Ideally it should be possible to just build the parent project and the API module should be built automatically.
# See https://github.com/krzema12/kotlin-rpc/issues/7
./gradlew :api:build
./gradlew build
./gradlew run
```