Skip to content

Real Time Chat Application where multiple users can chat anonymously.

Notifications You must be signed in to change notification settings

VihaShomikha/ChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRoom

ChatRoom is a real-time chat application that allows multiple users to chat anonymously.

Setup Instructions:

To set up the project, follow these steps:

  1. Clone the repository to your local machine using git clone https://github.com/your-username/ChatRoom.git.

  2. Change into the project directory by running cd ChatRoom.

  3. Initialize the project and create a "package.json" file with default values using the command: npm init -y.

  4. Install the required dependencies, Express and Socket.io, by running: npm install express socket.io --save.

Running the Application:

Once the setup is complete, you can start the chat application by running the command: node server.js.

Open your web browser and visit http://localhost:3000 to access the ChatRoom application.

Enjoy chatting with multiple users in real-time, all while remaining anonymous!

About

Real Time Chat Application where multiple users can chat anonymously.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published