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

https://github.com/mathis-lambert/react-webrtc-chat-app

Calling and chat platform with WebRTC (supports single and group calls)
https://github.com/mathis-lambert/react-webrtc-chat-app

javascript nodejs react rtc typescript web webrtc

Last synced: 3 months ago
JSON representation

Calling and chat platform with WebRTC (supports single and group calls)

Awesome Lists containing this project

README

          

# React WebRTC - Chat APP

## Introduction
Run video calls, 1by1 or a group call. Developped with the native WebRTC API with React and Typescript.

## Installation
- clone the repository
- open 2 terminals
- `npm i && npm run dev` in chat-app-react
- `npm i && npm run start` in chat-app-server
- then point to [http://localhost:3000](http://localhost:3000)

## Collaboration
- Fork the repo
- Make your changes
- Open a PR by pinging me @mathis-lambert
- Let's discuss about your changes ;)

Thanks !