Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderswarup/peer-to-peer-calling-mern
A fully functional peer-to-peer video calling application built using the MERN stack and WebRTC technology. This project allows users to make real-time, high-quality video calls with screen sharing capabilities, using the simple-peer library for peer-to-peer connections and Socket.io for real-time communication and signaling.
https://github.com/coderswarup/peer-to-peer-calling-mern
calling mern node peer-to-peer react simple-peer socket video webrtc
Last synced: about 1 month ago
JSON representation
A fully functional peer-to-peer video calling application built using the MERN stack and WebRTC technology. This project allows users to make real-time, high-quality video calls with screen sharing capabilities, using the simple-peer library for peer-to-peer connections and Socket.io for real-time communication and signaling.
- Host: GitHub
- URL: https://github.com/coderswarup/peer-to-peer-calling-mern
- Owner: CoderSwarup
- Created: 2024-12-05T07:05:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-05T07:16:29.000Z (about 1 month ago)
- Last Synced: 2024-12-05T08:20:40.071Z (about 1 month ago)
- Topics: calling, mern, node, peer-to-peer, react, simple-peer, socket, video, webrtc
- Language: JavaScript
- Homepage: https://video-calling-frontend-nu.vercel.app/
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Peer-to-Peer Calling with Screen Sharing (MERN Stack)
This repository is a real-time peer-to-peer video calling application built with the **MERN** stack. It leverages the **simple-peer** library to establish WebRTC connections, enabling seamless one-on-one video calling.
![Image](Image.png)
## Key Features:
- **Real-Time Video Calling**: Peer-to-peer communication for live video chats without the need for a server to relay video streams.
- **Screen Sharing**: Users can share their screen during calls, making it easy to demonstrate applications, presentations, or collaborate remotely.
- **Simple-Peer Integration**: Utilizes the **simple-peer** library for establishing WebRTC connections, making the setup process more efficient and straightforward.
- **Frontend with React**: The user interface is built with React, providing a smooth, responsive, and dynamic experience for users.
- **Backend with Node.js and Express**: Handles signaling, user management, and real-time communication using **Socket.io**.## Tech Stack:
- **Frontend**: React, HTML5, CSS
- **Backend**: Node.js, Express.js
- **WebRTC**: simple-peer (for peer-to-peer connections)
- **Signaling Server**: Socket.io (for WebSocket communication)## How to Run:
1. Clone the repository.
`git clone https://github.com/CoderSwarup/peer-to-peer-calling-MERN.git`
2. Install dependencies for both the backend and frontend:
- Run `npm install` in the `client` folder.
- Run `npm install` in the `server` folder.
3. Start the backend server by running `npm run dev` in the `server` folder.
4. Start the frontend client by running `npm run dev` in the `client` folder.## Conclusion:
This project showcases an implementation of WebRTC-based peer-to-peer video calling with screen sharing, all built with modern technologies. Whether you're looking to create a similar application or learn more about WebRTC, this repository provides a solid foundation.