/Node-Berkeley-Algorithm

This is a Berkeley Algorithm simulator for distributed systems class using Docker and NodeJS

Primary LanguageHTML

Berkeley Algorithm

About

This is a Berkeley Algorithm simulator for distributed systems class using 5 containers as machines for one is the daemon that apply the algorithm to the other machines made by Micael Moraes and Kaio Arakawa

Requiriments

To run this application you need

Config && Run

To run on your machine you must

  • Clone the repo:
git clone https://github.com/MicaelBarreto/Node-Berkeley-Algorithm.git
  • Run Docker Compose:
docker-compose up -d

or

docker-compose up