- Real time video chat 📹 with user
- Clean UI ⚡
This is basically a video chatting web app whose front end is purely made with React.js while the back end is completely framed by using socket.io with node.js and express.js as server.
- Open the website https://peercodervideochatapp.netlify.app/
- For Video Chat, user just need to copy a unique id and send it to user with whom he/she want to chat.
- React.js - Frontend Framework
- Node.js - Backend Framework
- Express.js - Server Side Node.js Framework
- Socket.io - Client-Server Communication
> Clone the repo
>> For Windows: Git Bash
>> For Linux: Terminal
>> git clone https://github.com/ROHAN842/Video-Chat-Web-app.git
>> cd MainFolder/DirectoryName
> Install all dependencies
>> npm i
> Split the terminal window into two parts
> Spin the server on port 5000
>> cd MainFolder/Directory
>> nodemon or node index.js
> Spin the react on port 3000
>> cd client
>> npm start
> Visit the website on http://localhost:3000/