https://github.com/joshi4/hraft
Implements Raft in Haskell
https://github.com/joshi4/hraft
Last synced: 11 months ago
JSON representation
Implements Raft in Haskell
- Host: GitHub
- URL: https://github.com/joshi4/hraft
- Owner: joshi4
- License: mit
- Created: 2014-05-31T07:29:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T03:21:32.000Z (over 2 years ago)
- Last Synced: 2025-08-24T17:47:04.449Z (11 months ago)
- Language: Haskell
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### hRaft
An implementation of the Raft Consensus Protocol in Haskell.