browseraft 0.1.0

A rust implementation of raft for the browser, using a BroadcastChannel for RPC
Documentation

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.