An open API service indexing awesome lists of open source software.

https://github.com/mastashake08/peer-vue-calling

A Vue.js PWA that uses Peer.js to initiate WebRTC calling. Uses WebSockets and WebWorkers for background connectivity.
https://github.com/mastashake08/peer-vue-calling

calling webrtc

Last synced: 3 months ago
JSON representation

A Vue.js PWA that uses Peer.js to initiate WebRTC calling. Uses WebSockets and WebWorkers for background connectivity.

Awesome Lists containing this project

README

        

# peer-vue-calling
A Vue.js PWA that uses Peer.js to initiate WebRTC calling. Uses WebSockets and WebWorkers for background connectivity.

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).

# Demo
This progressive web app is hosted on [Github Pages](https://mastashake08.github.io/peer-vue-calling) feel free to explore!