Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osom8979/webrtc2core
webrtc2core is a front-end WebRTC client.
https://github.com/osom8979/webrtc2core
frontend javascript typescript webrtc webrtc-client
Last synced: about 22 hours ago
JSON representation
webrtc2core is a front-end WebRTC client.
- Host: GitHub
- URL: https://github.com/osom8979/webrtc2core
- Owner: osom8979
- License: mit
- Created: 2020-02-11T05:30:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T01:34:21.000Z (over 4 years ago)
- Last Synced: 2023-05-21T05:53:51.225Z (over 1 year ago)
- Topics: frontend, javascript, typescript, webrtc, webrtc-client
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WEBRTC2CORE
[![NPM](https://nodei.co/npm/webrtc2core.png)](https://nodei.co/npm/webrtc2core/)
## Introduction
webrtc2core is a front-end WebRTC client.
## Install package
Install n package-manager.
```bash
yarn global add n
# OR
npm install -g n
# OR
brew install n
# OR
curl -L https://git.io/n-install | bash
```Change node version:
```bash
n lts
# OR
n 12
# OR
n 12.16
```Install modules:
```bash
yarn
# OR
npm install
```## Visual Studio Code Extension
```
```