https://github.com/zuston/iraft
another raft protocol implementation by go programming language, just for learning raft
https://github.com/zuston/iraft
golang raft
Last synced: 11 months ago
JSON representation
another raft protocol implementation by go programming language, just for learning raft
- Host: GitHub
- URL: https://github.com/zuston/iraft
- Owner: zuston
- Created: 2018-03-11T15:11:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T15:11:04.000Z (over 8 years ago)
- Last Synced: 2025-03-27T14:52:59.697Z (about 1 year ago)
- Topics: golang, raft
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iraft
another raft protocol implementation by go programming language, just for learning raft