Run PeerServer
Install the library:
$> npm install peerjs -g
Run the server:
$> peerjs --port 9000 --key peerjs
Install http-server:
$> npm install http-server -g
Run the app:
$> http-server -p 4200
From one browser, visit:
http://localhost:4200/?id=id&peerid=peerid
And from another browser, visit: