An open API service indexing awesome lists of open source software.

https://github.com/aligusnet/raft

Implementation of a consensus algorithm Raft
https://github.com/aligusnet/raft

golang raft-protocol

Last synced: 7 months ago
JSON representation

Implementation of a consensus algorithm Raft

Awesome Lists containing this project

README

          

# Raft

Implementation of a consensus algorithm Raft: https://raft.github.io

[![Build Status](https://travis-ci.org/aligusnet/raft.svg?branch=master)](https://travis-ci.org/aligusnet/raft)

## Unit Tests

execute
```go
$GOPATH/bin/goconvey
```

to run unit tests display results in your browser. See http://goconvey.co for details.

Old good `go test` is still available.