https://github.com/jobala/raft
Another Go implementation of the Raft Consensus Protocol
https://github.com/jobala/raft
Last synced: about 1 month ago
JSON representation
Another Go implementation of the Raft Consensus Protocol
- Host: GitHub
- URL: https://github.com/jobala/raft
- Owner: jobala
- License: mit
- Created: 2025-06-26T07:53:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T08:07:19.000Z (about 1 year ago)
- Last Synced: 2025-12-26T05:20:10.111Z (6 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raft
Another Go implementation of the Raft Consensus Protocol