Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 603 Bytes

Quickmeet

A Real Time Video and Chat Application which enables users to have realtime video and text chat through your browser.

TECH STACK

  • React.js
  • Redux
  • Express.js
  • websockets
  • Webrtc
  • PostgresSQL
  • Google oAuth

Functionalities

  • Let the user sign up and login.
  • Let the user create a new meeting.
  • Other users should be able to join meeting by id.
  • Users should be able to share their screen and camera as well.
  • Users should be able to mute/unmute themselves.
  • Users should be able exchange text messages in chat section.
  • works for both registered and unregistered users.