browseraft

Crates.iobrowseraft
lib.rsbrowseraft
version0.1.2
sourcesrc
created_at2021-01-28 20:10:38.110451
updated_at2021-01-29 16:43:05.190955
descriptionA rust implementation of raft for the browser, using a BroadcastChannel for RPC
homepage
repositoryhttps://github.com/ecclarke42/browseraft-rs
max_upload_size
id347744
size23,713
Elliott Clarke (ecclarke42)

documentation

README

browseraft

Coordinate between browsing contexts (windows/tabs/iframes/workers) using the raft protocol, using the BroadcastChannel API.

Running The Example

The multiworker example is built using yew and trunk. Follow trunk's instructions for installation, then run it with trunk serve.

Commit count: 8

cargo fmt