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
- Host: GitHub
- URL: https://github.com/michaelradu/webrtc-chat
- Owner: michaelradu
- License: mit
- Created: 2021-06-13T15:24:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T15:28:12.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T14:15:47.062Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```