Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lulf/rustyraft
Experimentation with rust and raft consensus protocol
https://github.com/lulf/rustyraft
Last synced: 19 days ago
JSON representation
Experimentation with rust and raft consensus protocol
- Host: GitHub
- URL: https://github.com/lulf/rustyraft
- Owner: lulf
- Created: 2014-08-23T08:16:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-16T09:51:49.000Z (about 10 years ago)
- Last Synced: 2024-10-14T11:09:51.112Z (about 2 months ago)
- Language: Rust
- Size: 342 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - lulf/rustyraft - Experimentation with rust and raft consensus protocol (others)
README
An experiment with rust and using it for something network-related. The goal of rustyraft is an implementation of the RAFT consensus protocol in the rust programming language.