Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 414 Bytes

File metadata and controls

16 lines (9 loc) · 414 Bytes

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.