picostitch
crafting (and) JavaScript

Paxos, algorithm to solve the consensus problem

I came across paxos more often lately. The first time was at a meetup group "Papers we love" there was a meetup in December about paxos.

Paxos is an algorithm to solve the consensus problem. Paxos is only a small piece of building a distributed database: it only implements the process to write exactly one new thing to the system.

And this is an explanation and demonstration