Crates.io | qrpc-sdk |
lib.rs | qrpc-sdk |
version | 0.1.1 |
source | src |
created_at | 2020-10-10 16:21:25.329399 |
updated_at | 2021-03-02 12:21:21.671995 |
description | A client SDK to build qrpc (qaul rpc) extensions |
homepage | |
repository | https://git.open-communication.net/qaul/qaul.net |
max_upload_size | |
id | 298071 |
size | 34,666 |
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.