Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```