Skip to content

deepak7336/eazycall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the Web App on your Local Device

To run the web app in your local device, run the following commands in your terminal (macOS) or command prompt (Windows) :-

-Clone the GitHub repository into your local device by running the following command:

cd folder-you-want-to-download-code-in

git clone https://github.com/deepak7336/eazycall.git

cd eazycall

-Now that you're in the project folder, open terminal to download the needed node modules:

npm install

-Now run the server by running the following command:

npm start

The server should be running at localhost:3000
If localhost:3000 shows busy on your device, run the following commands:

sudo lsof -i :3000

kill -9 <PID>

Now localhost:3000 is free to run this application.

-To access the web app, in your project code folder, navigate to public/landing-page and from there open landing.html on any browser of your preference (Chrome recommended for best experience).

Technologies Used

  1. Node.js
  2. HTML
  3. CSS
  4. Bootstrap
  5. JavaScript
  6. WebRTC
  7. Socket.io

Future Possible Functionalities

  1. Add a sign up/authentication page
  2. Improve upon the Adapt functionality in the web app
  3. Add an additional feature of breakout rooms
  4. Increase Scalability

About

Call anonymously(No login SignUp required)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors