2016-04-17 13:25:20 -04:00
2016-04-10 14:55:54 -04:00
2016-03-31 18:40:47 -04:00
2016-04-04 18:01:31 -04:00
2016-04-03 13:18:58 -04:00
2016-04-06 20:44:12 -04:00
2016-04-06 21:25:55 -04:00
2016-04-04 18:35:13 -04:00

Peer Calls

Build Status

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

Work in progress.

Install & Run

REQUIRES Node.js v5.10.1 https://nodejs.org/en/

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

(Note: On Android you may have to select a notification on the pulldown menu to connect if you are using Chrome)

Running the tests

npm install
npm test

Replace 192.168.0.10 with the LAN IP address of your server.

Contributing

See Contributing section.

License

MIT

Description
No description provided
Readme 4 MiB
Languages
TypeScript 88.9%
SCSS 9.3%
HTML 1.1%
JavaScript 0.4%
Dockerfile 0.3%