/peerjs-test

Peer.js test, using https://github.com/Simplici/pearjs

Primary LanguageJavaScriptMIT LicenseMIT

Peer.js Test

Peer.js

Website: http://peerjs.com/
Github: https://github.com/peers/peerjs
(including adapter.js: https://github.com/Simplici/pearjs)

Node Server

Install the Server

Execute these commands to install the server:

cd ./server
npm install

Run the Server

Execute these commands to run the server:

cd ./server
npm start

Kill the Server

Execute this command to kill all node servers:

pkill node

List Running Processes

ps -A

OR

ps aux