This project is a homework for the discipline of distributed systems.
The Project consist of 4 entity groups: clients, service load balancer, nodes Proxy (Replicator Balancer) and Data Storage.
To Run this project, you must run one instance of the of the BalanciadorCarga class, x instances of the proxy class, 6 instances of the Armazenamento class, each instance of the Armazenamento should be passes the number as argument of the instance, number from 1 to 6. Then run the Client class, and follow the instructions.