/distrideochat

Distrideochat a DISTRIbuted viDEO/audio CHAT/conferencing application, which is designed to work on the edge, with very less interference of the server(i.e. peer to peer connection).

Primary LanguageJavaScriptMIT LicenseMIT


Logo

Distrideo Chat

A distributed video/audio calling application!

Report Bug · Request Feature

Table of Contents

About The Project

There are many video calling applications around the globe, but they are mostly server based applications providing maximum load on the server, wherein the audio and video quality decreases with increase in the number of participants. Many don't even support end-to-end encryption.

So we decided to develop a one-stop solution for not only addressing all these solution, but to give a seamless experience to the user. Distrideo Chat is a distributed video/audio conferencing application, which is designed to work on the edge, with very less interference of the server(i.e. peer to peer connection). It is designed to work efficiently on all platforms.

Built With

Have used various libraries/frameworks for this project, the important ones mentioned here:

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

You will have to install the following.

  • npm
npm install npm@latest -g

Installation

  1. Clone the repo
git clone https://github.com/Pranav2612000/distrideochat.git
  1. Install NPM packages
npm install
  1. Open the folder backend
cd backend
  1. Start the server
nodemon index.js
  1. In a new terminal tab, Start the project
npm start

Usage

In progress

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contributors