Quick Chat is a progressive web app that allows you to quickly and easily start a secure video conference without any sign-ups or, installations. Please see the live demo below. Easily start a call by using another browser, machine, or simply your phone.
Client: React, Bootstrap,
Server: Node.js, WebRTC, Socket.IO
-Start a quick secure video call on your browser
-Set a custom name
-Share your screen or individual applications
-Chat for sending links, code, or just talking
-Unlimited video time
-Responsive and works on tablets or mobile devices
-Easy copy to clipboard ID share
-No sign up or install
Refreshing the page generates a new unique code. Make sure you are giving both your browser, and the app itself microphone and camera permissions. Clearing the site's cookies and refreshing the page, or using a different browser should fix most issues.
install dependencies in both the root directory(server) and client folder. You should have two sets of node_modules folders.
Then, in the root directory, run:
yarn run devConcurrently and nodemon will start both the client and server and app will be live on localhost:3000

