A video chat application(like Zoom) built with NodeJS, React, WebRTC and socket.io
Demo
The Backend is required for the code to work
Backend is at https://github.com/oluwakeye-john/Lens-Api
This project is a video chat application that establishes video sharing between two clients.
- React
- Socket IO
- Node JS
- Web RTC
- Styled Components
- Clone this repo
- Change the REACT_API_URL_API in the
.env.local
to whatever url your backend is running on - run the following
npm install
npm start
Make sure the backend is running
When deploying, do not forget to add REACT_APP_API_URL to the enviromental variables of your deployment platform.
This project is licensed under the MIT License - see the LICENSE.md file for details