Skip to content

Abhishek2nayak/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat Application

This is a simple chat application built using Express.js and Socket.io.

Features

  • Real-time messaging between users.
  • Join different chat rooms.
  • Receive notifications when users join or leave a chat room.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/chat-application.git
    
    

Sure, here's the entire Markdown code for your README.md file:

markdown Copy code

Simple Chat Application

This is a simple chat application built using Express.js and Socket.io.

Features

  • Real-time messaging between users.
  • Join different chat rooms.
  • Receive notifications when users join or leave a chat room.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/chat-application.git

Navigate to the project directory:

cd chat-application

Install dependencies:

npm install

Usage

Start the server:

npm start

Open your browser and navigate to http://localhost:8080.

Enter your name and choose a chat room to join.

Start messaging with other users in the same chat room.

Dependencies

Express.js - Web application framework for Node.js. Socket.io - Real-time communication library. Contributing Contributions are welcome! Please open an issue or submit a pull request with your improvements.

License

This project is licensed under the MIT License.

css Copy code

Copy this content and save it to a file named README.md in the root directory of your proje