| Crates.io | browseraft |
| lib.rs | browseraft |
| version | 0.1.2 |
| created_at | 2021-01-28 20:10:38.110451+00 |
| updated_at | 2021-01-29 16:43:05.190955+00 |
| 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 |
browseraftCoordinate 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.