Skip to content

LostLaser/election

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

election

PkgGoDev Go Report Card Release codecov

Overview

election is a project that simulates various leader election algorithms in distributed systems. This project's primary use is for educational purposes.

Visual implementation located here: https://recover-e.herokuapp.com

To install

go get github.com/LostLaser/election

Algorithms currently implemented

Contributing

Want to improve the project? Open an issue and list what you would like to change/add so we can discuss it.

Retrieving the source

git clone https://github.com/LostLaser/election
cd election
go test -v