https://github.com/arwinneil/paxos-demo
A single decree Paxos algorithm demo in C#
https://github.com/arwinneil/paxos-demo
Last synced: 2 months ago
JSON representation
A single decree Paxos algorithm demo in C#
- Host: GitHub
- URL: https://github.com/arwinneil/paxos-demo
- Owner: arwinneil
- Created: 2020-07-05T20:00:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T22:00:32.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T13:47:29.391Z (4 months ago)
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# paxos-demo
A single decree paxos algorithm demo in C# (WIP)