https://github.com/cloudnoize/distributed_systems_simulations
experiment with building blocks of distributed systems
https://github.com/cloudnoize/distributed_systems_simulations
Last synced: 8 months ago
JSON representation
experiment with building blocks of distributed systems
- Host: GitHub
- URL: https://github.com/cloudnoize/distributed_systems_simulations
- Owner: cloudnoize
- Created: 2025-10-03T08:32:45.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-10-03T09:19:14.000Z (9 months ago)
- Last Synced: 2025-10-03T11:32:10.371Z (9 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Systems Simulation Collection
This repository is a collection of **distributed systems component simulations** implemented in Go.
It provides simplified, educational versions of widely used distributed primitives and systems.
---
## 📚 Components
The repository includes simulations of:
- **Gossip Protocols**
Demonstrates epidemic message dissemination and version convergence.
---