https://github.com/steve-237/raft-consensus-algorithm
This repository contains an implementation of the Raft consensus algorithm in Javascript. Raft is a distributed consensus algorithm designed for managing a replicated log in distributed systems.
https://github.com/steve-237/raft-consensus-algorithm
express-js javascript node-js shell
Last synced: 2 months ago
JSON representation
This repository contains an implementation of the Raft consensus algorithm in Javascript. Raft is a distributed consensus algorithm designed for managing a replicated log in distributed systems.
- Host: GitHub
- URL: https://github.com/steve-237/raft-consensus-algorithm
- Owner: steve-237
- Created: 2025-01-29T22:08:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-06T10:53:11.000Z (over 1 year ago)
- Last Synced: 2025-03-28T04:18:40.129Z (over 1 year ago)
- Topics: express-js, javascript, node-js, shell
- Language: JavaScript
- Homepage: https://raft.github.io/
- Size: 10.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Raft Consensus Algorithm
