An open API service indexing awesome lists of open source software.

https://github.com/user-dk/meet-web-app

Meet Web App
https://github.com/user-dk/meet-web-app

Last synced: 9 days ago
JSON representation

Meet Web App

Awesome Lists containing this project

README

          

# Peer-to-Peer Meeting App using WebRTC

## Overview

In a peer-to-peer meeting scenario, each participant's device has both logical and physical addresses on the internet. While WebRTC handles the real-time communication aspect, a backend infrastructure with sockets is necessary to establish the initial connection between peers.

## Features

- **WebRTC Integration:** Utilizes the power of WebRTC for seamless real-time communication.
- **Peer-to-Peer Connectivity:** Establishes direct connections between devices for efficient and secure meetings.
- **Backend Socket Implementation:** The backend of the application is equipped with sockets to facilitate the initial connection setup between peers.

## Some Working Images

![Join Page](working%20images/JoinPage.png)
![Meet Call](working%20images/MeetCall.png)