Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megos/webrtc
A video chat and screen share built with Vue.js and SkyWay (WebRTC platform)
https://github.com/megos/webrtc
skyway vuejs webrtc
Last synced: about 2 months ago
JSON representation
A video chat and screen share built with Vue.js and SkyWay (WebRTC platform)
- Host: GitHub
- URL: https://github.com/megos/webrtc
- Owner: megos
- License: apache-2.0
- Created: 2018-04-03T02:51:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T21:19:31.000Z (10 months ago)
- Last Synced: 2024-04-09T21:55:49.159Z (9 months ago)
- Topics: skyway, vuejs, webrtc
- Language: Vue
- Homepage:
- Size: 1 MB
- Stars: 15
- Watchers: 4
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webrtc
> A video chat and screen share made with Vue.js and SkyWay (WebRTC platform)
[![CircleCI](https://circleci.com/gh/megos/webrtc.svg?style=svg)](https://circleci.com/gh/megos/webrtc)
## Screenshot
![image](https://cdn-ak.f.st-hatena.com/images/fotolife/t/tmegos/20180407/20180407113904.png)## Project setup
```
yarn install
```### Modify your key
```
sed -e 's/YourSkyWayKey/[Your SkyWay key]/' .env.sample > .env
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).