Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1 KB

README.md

File metadata and controls

47 lines (30 loc) · 1 KB

Ajnabee - Anonymous Peer-to-Peer Video Chat

Ajnabee is an Omegle-inspired web application that enables users to engage in anonymous video chats with random peers.

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/AkashKarnatak/Ajnabee.git
  2. Navigate to the project directory:

    cd Ajnabee
  3. Install dependencies:

    npm install
  4. Set environment variables:

    echo 'export const WEBSOCKET_URL = "ws://localhost:8080"' >> public/js/env.js
    export SERVER_PORT=8080

    Make sure the above ports match.

  5. Start the server:

    npm run dev
  6. Open a web browser and go to http://localhost:8080.

Contributing

Contributions are welcome! If you find a bug, have an idea for an enhancement, or want to contribute in any way, feel free to open an issue or submit a pull request.

License

This project is licensed under the AGPL3 License. For details, see the LICENSE file.