rewiko / peer-calls

Group peer to peer video calls for everyone

Home Page:https://peercalls.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Group peer to peer video calls for everyone

https://peercalls.com


Languages

Language:JavaScript 82.7%Language:CSS 12.9%Language:HTML 3.2%Language:Makefile 1.2%