Kilua RPC addon library is very easy to use but it...
# kilua
r
Kilua RPC addon library is very easy to use but it's quite opinionated. It gives you tight binding between the frontend and the backed code. I understand there are pros and cons of such solution. If you want, you can go with more "mainstream" solution and just design your own, typical API on the server (REST, GraphQL). You can use Kilua's RestClient or Ktor client, Ktorfit etc.
g
I think I'm confortable with using it, based on what I've seen