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

https://github.com/nayak-nirmalya/video-chat


https://github.com/nayak-nirmalya/video-chat

Last synced: 7 months ago
JSON representation

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
```