Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 363 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 363 Bytes

Getting Started Video Chat

This project is video chat app.

server/server.js file is socket server. Must be run separately on 3005 or anyone port

Requirements

Peerjs was used in this project.

npm i -g peerjs

Commands to be run

  • After global installation for peerjs

peerjs --port 3001

  • And run react scripts

npm start or yarn start