50 lines
946 B
Markdown
50 lines
946 B
Markdown
# Peer Calls
|
|
|
|
[](https://travis-ci.org/jeremija/peer-calls)
|
|
|
|
WebRTC peer to peer calls for everyone. See it live in action at
|
|
[peercalls.com](https://peercalls.com).
|
|
|
|
Work in progress.
|
|
|
|
# Requirements
|
|
- Node.js 5 [https://nodejs.org/en/](https://nodejs.org/en/)
|
|
|
|
# Installation & Running
|
|
|
|
From git source:
|
|
|
|
```bash
|
|
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:
|
|
|
|
```bash
|
|
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
|
|
|
|
```bash
|
|
npm install
|
|
npm test
|
|
```
|
|
|
|
# Contributing
|
|
|
|
See [Contributing](CONTRIBUTING.md) section.
|
|
|
|
# License
|
|
|
|
MIT
|