Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.97 KB

File metadata and controls

30 lines (18 loc) · 1.97 KB

raftpp

zread codecov

A modern C++ implementation of the RAFT consensus algorithm.

Documentation

Full documentation, guides, and API references are available at:

https://raftpp.cc

Build

task cmake
task build
task test

Examples

See examples/ for runnable examples.

License

MIT License. See LICENSE.