Pranav2612000 / raft

Browser simulation for understanding raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Browser simulation for understanding raft


Languages

Language:JavaScript 91.5%Language:CSS 7.3%Language:HTML 1.2%