Current section

Files

Jump to
cloister stuff sources.md
Raw

stuff/sources.md

# Sources and Links
- https://github.com/killme2008/corfu abandoned implementation of [Paxos](https://en.wikipedia.org/wiki/Paxos_(computer_science)) in Elixir, 3yo;
- https://github.com/timgestson/expaxos another _Paxos_ implementation, 6yo
- https://github.com/slogsdon/elixir-raft a [`Raft`](https://raft.github.io/) consensus algorithm implementation in _Elixir_