Kotlin / kotlinx-rpc

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

Spring example #91

Open AlexTrotsenko opened 3 weeks ago

AlexTrotsenko commented 3 weeks ago

Having Ktor example is nice, but how kotlinx-rpc can be used in Spring app? Can you please provide some simple example ? I believe since Spring is quite popular server side JVM framework, it could be helpful for many people to have such kotlin- based example.

Mr3zee commented 3 weeks ago

Hi! You are right, a Spring example is needed here. Unfortunately, we don't have integration with it right now, unlike with the Ktor. Once we do, we will definitely add one

AlexTrotsenko commented 3 weeks ago

@Mr3zee thanks for the quick and Informative reply.

Do you have any plans already to provide such integration? Or at least I am wondering if it's short term or long term goal from your point of view.

Mr3zee commented 3 weeks ago

I think right now it is long term goal. We are working on improving kRPC protocol in general, it is a priority now