You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to be an implementation of Raft, the consensus algorithm. It's
based on some code I wrote in college, but substantially rewritten to improve
code quality and make the tricky bits more testable.