qrpc-sdk

Crates.ioqrpc-sdk
lib.rsqrpc-sdk
version0.1.1
sourcesrc
created_at2020-10-10 16:21:25.329399
updated_at2021-03-02 12:21:21.671995
descriptionA client SDK to build qrpc (qaul rpc) extensions
homepage
repositoryhttps://git.open-communication.net/qaul/qaul.net
max_upload_size
id298071
size34,666
Mathias Jud (MathJud)

documentation

https://docs.rs/qrpc-sd

README

qrpc-sdk

The qrpc protocol connections an rpc-broker with different service endpoints. Each service endpoint provides a set of callable functions, and type serialisation data.

 Your app logic    Serialise types    Pass data along
+--------------+   +--------------+   +--------------+
| Your service | - |   qrpc-sdk   | - |  qrpc-broker |
+--------------+   +--------------+   +--------------+
                                              |
                   +--------------+   +--------------+   +--------------+
                   | Your UI app  | - |   qrpc-sdk   | - |    libqaul   | 
                   +--------------+   +--------------+   +--------------+
                     Your app UI      Deserialise types    Main db/ router

You can find more information in the contributors manual.

Commit count: 0

cargo fmt