Skip to content

Omegle randomly connects 2 peers online and opens up a video call between the peers. Also has token-gated rooms where randomised calls can be established but within a given community.

Notifications You must be signed in to change notification settings

Siddesh7/omegle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Omegle but Push Chat

Description

This project randomly connects 2 peers online and opens up a video call between the peers.

Getting Started

Installation - Server

  1. Navigate to the server directory:

    cd server
  2. Install dependencies using Yarn or npm:

    # Using Yarn
    yarn
    
    # Using npm
    npm install
  3. Start the Server:

    # Using Yarn
    yarn start
    
    # Using npm
    npm start

The server will run on the specified port (default is 3001).

Installation - Client

  1. Navigate to the server directory:

    cd client
  2. Install dependencies using Yarn or npm:

    # Using Yarn
    yarn
    
    # Using npm
    npm install
  3. Start the Client:

    # Using Yarn
    yarn start
    
    # Using npm
    npm start

About

Omegle randomly connects 2 peers online and opens up a video call between the peers. Also has token-gated rooms where randomised calls can be established but within a given community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published