devil-cyber / zoom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to zoom 👋

A webrtc based video chat application that uses node.js as backend and react as frontend

Demo

Install

# To install required library for the Node.js backend
npm install

# Now go to the client directory
cd client
npm install 

Usage

# To run the backend server
npm start

# Now go to client directory
cd client 
npm start

Note

# Inside client there is a folder name src and inside that there is a file SocketContext.js

# Now go inside that file and  add http://localhost:5000 for localhost:
const socket = io('http://localhost:5000');
# And for production replace it with the deployed server link
const socket = io('https://"your".herokuapp.com');

Author

👤 Manikant Kumar

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About


Languages

Language:JavaScript 100.0%