Skip to content

Smnthjm08/duoLink-peerjs-webrtc

Repository files navigation

Note: This is a shortened version of the README. I will update it with more details and instructions as I go along.

WebRTC Video Chat Application

This README provides instructions for setting up the WebRTC video chat application locally.

Prerequisites

Ensure you have the following installed:

  • Node.js (version 14 or higher)
  • npm or Yarn

Getting Started

1. Clone the Repository

git clone https://github.com/Smnthjm08/duoLink-peerjs-webrtc
cd duoLink-peerjs-webrtc

2. Install Dependencies

npm install

3. Run the Application

npm run dev

The application will be available at http://localhost:3000.

4. Set Up Socket.IO

  1. Navigate to the backend directory:

    cd backend
  2. Install backend dependencies:

    npm install
  3. Run the server:

    npm run dev

Now, your server is running, and you can access the application and Socket.IO functionality.


This version keeps it concise while providing the necessary steps for local setup. Let me know if you need any more changes!

Releases

No releases published

Packages

No packages published