/raft

Browser simulation for understanding raft

Primary LanguageJavaScript

raft

Browser simulation for understanding raft

TODO

  1. In case where multiple nodes start election for a single term, the priority should be given to node having more log entries.

  2. Add node information such as current data committed, log entries etc. on clicking nodes in UI.

  3. Add Node removal feature from network.

  4. Add network delay feature at a particular node.

  5. Disconnect node from network.