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
- Host: GitHub
- URL: https://github.com/oiooj/paxos
- Owner: oiooj
- License: apache-2.0
- Created: 2020-05-06T09:42:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T12:12:33.000Z (almost 5 years ago)
- Last Synced: 2023-04-06T16:51:25.317Z (about 2 years ago)
- Topics: go, golang, library, paxos
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).