Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 476 Bytes

File metadata and controls

17 lines (11 loc) · 476 Bytes

Zoom Clone

This app is live here: https://floating-wildwood-30768.herokuapp.com/

Zoom clone is a replica of zoom that has minimum capabilities implemented using Sockets.

How it works?

  1. Open the URL in a browser. It will auto-generate a room code and append to the URL. This room code is unique everytime.
  2. You can share the URL that is appeared in the browser with the people you want to chat with.

Tech stack used:

  1. Node.js
  2. Express
  3. socket.io
  4. EJS