Frontend side
Kilua RPC makes the process of sending and receiving data fully transparent and invisible in the frontend code. Just get the instance of your Service class using getService()
function and use it. The only thing you need to consider is the suspending nature of the remote methods - they have to be run inside a coroutine context (of course your code will not even compile if they are not).
Last updated