LovePeer adds real-time communication capabilities to your application, working on top of an open standard. It supports video, voice, and generic data to be sent between peers, enabling developers to build powerful voice and video communication solutions.
- Real-time Communication: Supports video, voice, and data transfer between peers.
- Open Standard: Built on top of open standards for ease of integration and flexibility.
- Scalable: Can be scaled to fit various application needs, from small-scale personal projects to large enterprise solutions.
First, clone the repository from GitHub:
git clone https://github.com/Advaitgaur004/LovePeer
Change the directory to the FirebaseRTC folder:
cd FirebaseRTC
npm -g install firebase-tools
firebase login
firebase use --add
# Provide an alias for the project
firebase serve --only hosting
- Video Communication: Integrate video calling features into your application.
- Voice Communication: Add voice chat functionalities.
- Data Transfer: Enable peer-to-peer data transfer for various use cases.
We welcome contributions! Please fork the repository and create a pull request with your changes.
- Fork the repository
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature-branch
- Submit a pull request