ExpertDistributed Systems
Distributed Consensus Visualization
Design and implement a visualization tool that demonstrates how Raft consensus protocol handles leader election, log replication, and network partitions in real-time.
Constraints
Support 3-7 nodes. Show term numbers, vote requests, log entries, and commit indices.
Examples & Scenarios