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.
- Host: GitHub
- URL: https://github.com/mastashake08/peer-vue-calling
- Owner: mastashake08
- Created: 2023-11-04T18:57:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T05:01:15.000Z (over 1 year ago)
- Last Synced: 2025-01-11T00:12:28.154Z (4 months ago)
- Topics: calling, webrtc
- Language: Vue
- Homepage: https://mastashake08.github.io/peer-vue-calling/
- Size: 2.15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!