All Projects → benbjohnson → raft.js

benbjohnson / raft.js

Licence: MIT license
An experimental Raft implementation in Javascript.

raft.js

An experimental Raft implementation in Javascript.

Overview

The Raft consensus protocol is a protocol for agreeing on state across multiple processes. This is especially important in the event of failures where multiple servers could become out of sync with one another.

The purpose of this library is initially to provide a backend for visualizing the Raft protocol using D3.js. This library is not feature complete. However, pull requests are welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].