2017-06-17 10:56:05 -04:00
2017-06-09 00:02:22 -04:00
2017-05-30 20:11:18 -04:00
2017-06-17 10:56:05 -04:00
2017-06-17 09:49:48 -04:00
2016-04-04 18:01:31 -04:00
2016-04-03 13:18:58 -04:00
2017-06-17 09:49:48 -04:00
2017-06-17 09:49:48 -04:00
2016-04-24 14:48:07 -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.

Requirements

Installation & Running

From git source:

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

If you successfully completed the above steps, your commandline/terminal should show that your node server is listening.

On your other machine or mobile device open the url:

http://<your_ip_or_localhost>:3000

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

Testing

npm install
npm test

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%