A rust implementation of raft distributed consensus algorithm.
USAGE:
ruft [OPTIONS] --id <ID>
or
cargo run -- [OPTIONS] --id <ID>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--host <HOST> Sets the node's host
--id <ID> Sets the node's id
--num <NUM> Sets the cluster's node number
--port <PORT> Sets the node's port
- Github: @S-1-T
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a consideration on contributing.
Give a ⭐️ if this project helped you!
This project is MIT License licensed.