Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

```
```