Skip to content

A [raft](https://raft.github.io/) implementation for Rust applications running in the browser. Communicates between multiple browsing contexts using the [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API)

License

Notifications You must be signed in to change notification settings

ecclarke42/browseraft-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A [raft](https://raft.github.io/) implementation for Rust applications running in the browser. Communicates between multiple browsing contexts using the [BroadcastChannel](https://developer.mozilla.org/en-US/docs/Web/API/Broadcast_Channel_API)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages