ChatApp is a fully functional Omegle clone designed for engaging group conversations while maintaining user anonymity. With the ability to connect with 'n' number of people simultaneously, this application offers an exciting and dynamic chat experience.
Follow these steps to install dependencies and run the ChatApp:
Open your terminal and change the directory to the "node" folder using the following command:
cd node
Run the following command to install the required dependencies:
npm install
If you don't have nodemon
installed globally, you can install it by running:
npm install -g nodemon
Then, run the application using nodemon
:
nodemon
If you are using Visual Studio Code, you can use the Code Runner extension to run the "index.js" file.
Run "index.html" in your preferred web browser to launch the ChatApp.
To test the functionality, open multiple instances of the application in Google Chrome or any other browser.
Enjoy the seamless and anonymous group chat experience provided by ChatApp!