Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 416 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 416 Bytes

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.