Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 633 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 633 Bytes

Multi host Hyperspace Demo

tested with node.js 12.18.3

On the writer host shell one

npm install hyperspace -g
hyperspace --host 127.0.0.1

On the reader host shell two

git clone https://github.com/timcash/hyperspace-demo.git

cd hyperspace-demo

npm install
node writer.js

On the reader host shell one

npm install hyperspace -g
hyperspace --host 127.0.0.1

On the reader host shell two

git clone https://github.com/timcash/hyperspace-demo.git

cd hyperspace-demo

npm install
node reader.js

Demo