Skip to content

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.

License

Notifications You must be signed in to change notification settings

emersonsm/raft-consensus-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published