Crates.io | active_sse |
lib.rs | active_sse |
version | 0.1.1 |
source | src |
created_at | 2019-10-24 14:06:09.102736 |
updated_at | 2019-10-28 10:54:51.996303 |
description | Activeledger Rust SDK for SSE - Server Sent Events |
homepage | https://activeledger.io |
repository | https://github.com/activeledger/SDK-Rust-Events |
max_upload_size | |
id | 175238 |
size | 19,323 |
Activeledger is a powerful distributed ledger technology. Think about it as a single ledger updated simultaneously in multiple locations. As the data is written to a ledger, it is approved and confirmed by all other locations.
This crate provides SSE helper functions for Activeledger. It can be used in addition to the main Activeledger Rust SDK or on its own. This crate handles the setup and configuration of Server Sent Events (Eventsource) calls to Activeledger.
Adhearing to the Rust mentality of keeping things small we have created other crates that can be used in conjunction with this one to add additional functionality.
These crates are:
activeledger - For handling connections and keys (Crate)
active_tx - To build transactions without worrying about the JSON. (Crate)
Read Activeledgers documentation
Activeledger Developers portal
This project is licensed under the MIT License