Skip to content

pomborenato/videocall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoom-clone

Credit to CleverProgrammer

App Demo

To run in localhost server


Replace the code in the following file

server.js Replace this code

server.listen(3030);

with

server.listen(process.env.PORT||3030);

script.js Replace this code

port: "3030",

with

port: "443",

Installation

In the project directory, you can run:

npm install

Install the dependencies in the local node_modules folder

nodemon server.js

Runs the app in the development mode. Open http://localhost:3030 to view it in the browser.

Screenshot

main screen img

Chat window toggle added

Chat window toggle img

Room id clipboard added

Room id clipboard img

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published