Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 596 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 596 Bytes

multicast-elm

Multicast Causal Ordering simulation and visualization. Using vector clocks to maintain the order of causally related messages in a distributed system.

Try it online

Installation and Running

  • Ensure Elm is installed on your computer Install Elm.
  • Standard npm install
npm install
  • Then simply the following for an interactive environment
elm reactor
  • Or to generate publishable artifacts to the /dist folder execute
./build.sh