Skip to content

A web application built using Node JS with Socket.IO that allows you to connect with your friends virtually.

Notifications You must be signed in to change notification settings

N-liraj-khanna/WebConverse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Blind-ai
Welcome to Web Converse 👋

A web application built using Node JS with Socket.IO that allows you to connect with your friends virtually.

IntroductionApplication in ActionFlowInstallationApplication StructureKey FeaturesHow To UseCreditsAuthor

Introduction

Welcome to Web Converse, this is an web application that allows you to connect with your friends virtually thorugh video and audio. An Application with multi party call features using video and audio. Also added chat functionality to send data to all instant ease to use.

The main goal of this application is to get though the pandemic that happened and allows education, work, training and anything possible. To continue our lifestyle as the way it was with a little bit adjustments.

Application in Action

1.png

2.png

Flow

  • Start/Initialize the application
  • Put in the first page
  • Create room using sockets.io
  • add video and broadcast to all
  • add all others to broadast to all
  • style it
  • Create messaging system
  • do mute and unmute ability
  • similarly for video, switch it on and off
  • and pretty much done...

Installation

Install with NPM:

Make sure Node JS is installed

> npm install

Application Structure

.
└── Web Converse/
    ├── node_modules
    ├── public/
    │   ├── logo.png
    │   ├── script.js
    │   ├── style.css
    ├── Screenshots/
    │   ├── 1.png
    │   ├── 2.png
    ├── views/
    │   ├── index.ejs
    ├── .gitignore
    ├── app.js
    ├── package-lock.json
    ├── package.json
    ├── README.md

Key Features

⭐️ Video & Audio - Allows you to stream your webfeed video & audio which will be broadcasted to members.

⭐️ Chat Feature - Uses sockets to send text messages to the room memebers in an instant.

How To Use

To clone and run this application, you'll need Git and Node JS.

From your command line:

Make sure Node JS is installed

# Clone the application
> git clone https://github.com/N-liraj-khanna/WebConverse

# Enter into the directory
> cd WebConverse

# Install the necessary packages
> npm install

# Enjoy the application
> npm start

The application will be running in http://localhost:3000/.

Credits

This software uses the following open source packages:

Author

👤 N Liraj Khanna

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if this project helped you!

📝 License

MIT


Copyright © 2023 @N-liraj-khanna  · 

About

A web application built using Node JS with Socket.IO that allows you to connect with your friends virtually.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published