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

https://github.com/michaelradu/webrtc-chat

Simple Video Chat with WebRTC and Firebase
https://github.com/michaelradu/webrtc-chat

Last synced: about 1 year ago
JSON representation

Simple Video Chat with WebRTC and Firebase

Awesome Lists containing this project

README

          

# Video Chat with WebRTC and Firebase

1-to-1 video chat with WebRTC, Firestore, and JavaScript.

## Usage

Update the firebase project config in the main.js file.

```
git clone
npm install

npm run dev
```