https://github.com/adrianhajdin/project_video_chat
This is a code repository for the corresponding YouTube video. In this tutorial, we're going to build and deploy a React Video Chat Application using WebRTC.
https://github.com/adrianhajdin/project_video_chat
react react-project reactjs webrtc
Last synced: about 1 year ago
JSON representation
This is a code repository for the corresponding YouTube video. In this tutorial, we're going to build and deploy a React Video Chat Application using WebRTC.
- Host: GitHub
- URL: https://github.com/adrianhajdin/project_video_chat
- Owner: adrianhajdin
- Created: 2021-03-20T11:38:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T06:39:35.000Z (about 2 years ago)
- Last Synced: 2024-07-31T19:39:25.452Z (almost 2 years ago)
- Topics: react, react-project, reactjs, webrtc
- Language: JavaScript
- Homepage:
- Size: 1.7 MB
- Stars: 830
- Watchers: 14
- Forks: 389
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-webrtc - Realtime Chat Application - React Video Chat Application using WebRTC. (Samples)
README
# Realtime Chat Application

## Introduction
This is a code repository for the corresponding video tutorial.
In this tutorial, we're going to build and deploy a React Video Chat Application using WebRTC.
Setup:
- run ```npm i && npm start``` for both client and server side to start the development server