Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 467 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 467 Bytes

Raft consensus protocol Scala implementation

This is yet another Raft (https://raft.github.io/raft.pdf) implementation on Scala. This work is made in order to get familiar with Scala language and Raft protocol. It is intended to be used primarily for educational purposes.

Licence

Raft is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License v3 (AGPLv3) as published by the Free Software Foundation.