Kotlin / kotlinx-rpc

Add asynchronous RPC services to your multiplatform applications.
https://kotlin.github.io/kotlinx-rpc/
Apache License 2.0
702 stars 16 forks source link

Added KMP sample project #37

Closed Mr3zee closed 6 months ago

Mr3zee commented 7 months ago

This sample project features JVM server + Compose KMP App with iOS, Desktop (JVM) and Android targets, with a possibility to add WASM when all needed dependencies provide support for it

Project is based on a template created by https://kmp.jetbrains.com with an addition of kRPC requests. Two commits separate default template and the added RPC functionality