Simple video chat application using Node.js, React, Socket.io, Express, and PeerJS with a fully functional naming system, room system, text chat, and video & audio transmission. Click here for a live demo page.
- Clone or download the repository.
- Install dependencies by running
npm install
in the root project directory. - run
npm start
andnode.js src/server.js
in the root project directory to start the server. - Open http://localhost:3000 to view it in your browser.