https://github.com/nayak-nirmalya/video-chat
https://github.com/nayak-nirmalya/video-chat
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nayak-nirmalya/video-chat
- Owner: nayak-nirmalya
- Created: 2023-08-13T15:47:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T15:26:30.000Z (about 2 years ago)
- Last Synced: 2025-01-22T12:11:55.062Z (9 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Video Chat using WebRTC, socket.io, React & Node.js.
Features:
- Join Room.
- Get Local & Remote Video Stream.### Prerequisites
**Node version 18.x.x**
### Cloning the Repository
```shell
git clone https://github.com/nayak-nirmalya/video-chat.git
```### Install Packages
Navigate to client / server directory & run below command for each.
```shell
npm i
```### Start the App
For Server
```shell
npm run start
```For Client
```shell
npm run dev
```