Kotlin / kotlinx-rpc

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

KRPC-44 Added Kotlin/Js sample #17

Closed Mr3zee closed 5 months ago

Mr3zee commented 5 months ago

I've added sample project with Kotlin/JS frontend and Kotlin/Jvm backend that uses kRPC for endpoints to communicate.

Mr3zee commented 5 months ago

it would be great to have some CI check for samples

You mean that they can be built?

e5l commented 5 months ago

Having some tests would also be great :)

Mr3zee commented 5 months ago

Added tests, fixed some issues, will add CI checks shortly