Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 493 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 493 Bytes

video chat


VIDEO CHAT PROJECT

simple video chat project for the university network course
IAUN university

How to use

  • the first step is to clone this repository from GitHub
  • cd to the root directory and run npm i
    - Note: You shoud have NodeJs and NPM
  • then run npm run start-peer
    - Note: Run on port 8001
  • and finaly run npm start
    - Note: Run on port 8000