Hi everyone! I'm new to Ktor backend development a...
# ktor
y
Hi everyone! I'm new to Ktor backend development and followed the official Kotlin RPC tutorial: First Steps with Kotlin RPC . Instead of HTTP, I'm using kotlinx.rpc for remote procedure calls in a Kotlin Multiplatform project. The tutorial only explains how to run the server locally. However, I’m stuck on how to deploy the server module I've searched extensively. but all articles I found only cover deploying standalone Ktor projects (root-level), not a server embedded in a Kotlin Multiplatform module. Any advice, resources would be helpful! Thanks. For more context check out this repository link*:* https://github.com/yassineAbou/Kmp-Rpc/tree/master
o
Hi! I think the Deployment section of the documentation should work well for your
server
module as it is kotlin-jvm module with the Ktor plugin applied.
1