Multicast Causal Ordering simulation and visualization. Using vector clocks to maintain the order of causally related messages in a distributed system.
- 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