/peer-calls

Group peer to peer video calls for everyone

Primary LanguageJavaScript

peer-calls

Build Status

WebRTC peer to peer calls for everyone. See it live in action at peercalls.com.

Work in progress.

Install & Run

From git source:

git clone https://github.com/jeremija/peer-calls.git
cd peer-calls
npm install
npm start

On your other machine or mobile device open the url:

http://192.168.0.10:3000

Running the tests

npm install
make test

Replace 192.168.0.10 with the LAN IP address of your server.

license

MIT