For the complete documentation index, see llms.txt. This page is also available as Markdown.

Kilua RPC guide

This is a guide for Kilua RPC - fullstack RPC library for Kotlin/Wasm and Kotlin/JS.

Kilua RPC guide

Current version: 0.0.45

Kilua RPC is a powerful Remote Procedure Call (RPC) library designed for fullstack applications created with the Kotlin programming language. It can be used with frontend apps developed for Kotlin/Wasm and Kotlin/JS targets. On the backend side different popular Kotlin/JVM web frameworks are fully supported:

Kilua RPC can be used with all Kotlin/JS and Kotlin/Wasm web frameworks to easily build fullstack applications with shared code for data model and business logic. It's already integrated with Kilua and KVision.

Although Kilua RPC is primarily designed for Kotlin, the RPC client can also be used from the JS/Typescript code. See the examples directory for reference.

Last updated