distributed-systems-practice

Simulation Distributed File System

Run each slave

  1. git clone
  2. cd distributed-systems-practice/slave
  3. node server

Run master

  1. git clone
  2. cd distributed-systems-practice/master
  3. Define the addresses of all slaves in the system under ./master.js:33
  4. node server