Skip to content

Developed ConvoFlow and PeerMeet, React.js and WebRTC-based video conferencing apps. Supported 50 concurrent streams within a 50GB bandwidth limit. Automated AWS deployment with CI/CD and Docker, achieving 50% faster deployments. Enhanced security by implementing AWS WAF, mitigating 98% of web attacks. Utilized AWS, Firebase, Tailwind CSS, TensorFl

Notifications You must be signed in to change notification settings

K-O-V-I-D/ConvoFlow

Repository files navigation

ConvoFlow

ConvoFlow is a peer-to-peer video conferencing React application inspired by Omegle. It allows users to engage in video calls with strangers in a seamless and user-friendly interface.

Features

  • Peer-to-Peer Video Calls: Utilizing WebRTC technology, ConvoFlow enables direct video calls between users without the need for a central server.
  • Random Matching: Similar to Omegle, users are randomly matched with each other for spontaneous video conversations.
  • React-based Interface: Built using React.js, ConvoFlow offers a modern and responsive user interface for an optimal user experience.
  • Metered Turn Servers: ConvoFlow leverages Metered.ca, a third-party service, for TURN servers to facilitate peer-to-peer connections, ensuring reliable and secure communication.

Getting Started

To run ConvoFlow locally, follow these steps:

  1. Clone this repository to your local machine.

  2. Install dependencies by running

    npm install
    
  3. Start the development server with

     npm run dev
    
  4. Navigate to backend folder and Install the dependices

  5. The server will start at port 3000

  6. Open your browser and navigate to http://localhost:5173.

Usage

  1. Upon opening the application, users are prompted to allow access to their camera and microphone.
  2. Once access is granted, users are matched with a random peer and can initiate a video call.
  3. During the call, users can interact with each other via video and audio.
  4. To end the call, users can simply close the browser tab or click on the end call button.

Configuration

If you wish to use your own TURN server or another service for handling peer connections, you can configure it in the application settings.

Dependencies

  • React.js
  • WebRTC
  • Metered.ca (for TURN servers)
  • Plannig to impelement own TURN server in AWS

Contributing

Contributions are welcome! Feel free to submit issues or pull requests to help improve ConvoFlow.

@###########################################^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$@@@@@@@@@@@@@@@@@@@@@

About

Developed ConvoFlow and PeerMeet, React.js and WebRTC-based video conferencing apps. Supported 50 concurrent streams within a 50GB bandwidth limit. Automated AWS deployment with CI/CD and Docker, achieving 50% faster deployments. Enhanced security by implementing AWS WAF, mitigating 98% of web attacks. Utilized AWS, Firebase, Tailwind CSS, TensorFl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published