dtoledom / distributed-systems-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 100.0%