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

https://github.com/abhishek2001panwar/peer2peer

Peer-to-peer communication app allowing direct connections between two clients. Utilizes Socket.IO and WebRTC for real-time, low-latency communication without a server relay, enabling a seamless two-way connection
https://github.com/abhishek2001panwar/peer2peer

communication peer-to-peer realtime socket-io webrtc websocket

Last synced: about 2 months ago
JSON representation

Peer-to-peer communication app allowing direct connections between two clients. Utilizes Socket.IO and WebRTC for real-time, low-latency communication without a server relay, enabling a seamless two-way connection

Awesome Lists containing this project

README

          

```markdown
# Peer-to-Peer Communication App

## Description
A peer-to-peer communication app that allows direct connections between two clients. This application utilizes **Socket.IO** and **WebRTC** for real-time, low-latency communication without a server relay, enabling a seamless two-way connection.

## Features
- Direct peer-to-peer connections between clients
- Real-time communication capabilities
- Low-latency data transmission
- No server relay required for communication
- User-friendly interface for initiating connections

## Technologies Used
- [Socket.IO](https://socket.io/)
- [WebRTC](https://webrtc.org/)
- JavaScript
- HTML
- CSS

## Getting Started
To get started with the app, follow these steps:

1. **Clone the repository**:
```bash
git clone git@github.com:abhishek2001panwar/Peer2Peer.git
```

2. **Navigate to the project directory**:
```bash
cd Peer2Peer
```

3. **Install dependencies**:
```bash
npm install
```

4. **Run the application**:
```bash
npm start
```

5. **Open your browser** and go to `http://localhost:3000` to start using the app.

## Usage
1. Open the app in two different browser windows or devices.
2. Initiate a connection by sharing the connection code with the other user.
3. Start chatting or sharing data in real-time!

## Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and create a pull request.

## Topics
- peer-to-peer
- socketio
- webrtc
- real-time-communication
- peer2peer-app
- client-to-client
- websocket
- direct-connection

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments
- Thanks to the developers of Socket.IO and WebRTC for their incredible work that makes this project possible.
```