Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 317 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 317 Bytes

Raft implementation using akka.

Raft is a distributed consensus algorithm that is designed keeping in mind understandability. Since, distributed algorithms typically involves state machines and message passing, they can be natively expressed in frameworks such as, akka.