Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 245 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 245 Bytes

raft-consensus-algorithm

An implementation of the Raft Consensus Algorithm using Node.js. This project demonstrates how distributed systems achieve consensus through leader election, log replication, and fault tolerance in a cluster of nodes.