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

https://github.com/oiooj/paxos

A go implementation of the Paxos algorithm
https://github.com/oiooj/paxos

go golang library paxos

Last synced: about 1 month ago
JSON representation

A go implementation of the Paxos algorithm

Awesome Lists containing this project

README

        

## Paxos Golang library

A go implementation of the Paxos algorithm, based [lixiang's paxos project](https://github.com/xiang90/paxos).