Anyone working on a Kotlin multiplatform support f...
# announcements
j
Anyone working on a Kotlin multiplatform support for gRPC? i.e. generating multiplatform client (& server, although less useful) code that can be used in common projects ? It'd be a super nice way to easily make RPC & streaming in a Kotlin MultiPlatform project, in addition to the recent HttpClient from ktor 🙂
👍 1
g
Really nice idea about multiplatform gRPC. I know only project for JVM by @marcoferrer https://github.com/marcoferrer/kroto-plus
l
there's also https://github.com/rouzwawi/grpc-kotlin but I think it also relays heavily in protobuf for the jvm