Crates.io | browseraft |
lib.rs | browseraft |
version | 0.1.2 |
source | src |
created_at | 2021-01-28 20:10:38.110451 |
updated_at | 2021-01-29 16:43:05.190955 |
description | A rust implementation of raft for the browser, using a BroadcastChannel for RPC |
homepage | |
repository | https://github.com/ecclarke42/browseraft-rs |
max_upload_size | |
id | 347744 |
size | 23,713 |
browseraft
Coordinate between browsing contexts (windows/tabs/iframes/workers) using the raft protocol, using the BroadcastChannel API.
The multiworker example is built using
yew
and
trunk
. Follow trunk
's instructions for
installation, then run it with trunk serve
.