Hi, I came up with an idea for an RPC library tail...
# multiplatform
p
Hi, I came up with an idea for an RPC library tailored to Kotlin Multiplatform. I described it on the forum and wondering what are your thoughts: https://discuss.kotlinlang.org/t/feedback-request-kotlin-rpc-a-kotlin-centric-multiplatform-rpc-library/20787/2
r
What you describe is very similar to the server side interfaces I've implemented for KVision (https://kvision.gitbook.io/kvision-guide/part-3-server-side-interface/overview)
👏 1
p
Cool! Indeed the concepts are very close, I'll dig deeper into this. Thanks!