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)
- Host: GitHub
- URL: https://github.com/mathis-lambert/react-webrtc-chat-app
- Owner: mathis-lambert
- Created: 2024-03-11T19:08:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T20:25:26.000Z (over 2 years ago)
- Last Synced: 2024-03-21T22:51:08.469Z (over 2 years ago)
- Topics: javascript, nodejs, react, rtc, typescript, web, webrtc
- Language: TypeScript
- Homepage: https://chat-app.mathislambert.fr
- Size: 1.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !