Skip to content

sairam5686/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

A real-time chat application built using HTML, CSS, JavaScript, Socket.IO, and Express.js. This application enables real-time communication, making it ideal for both personal and group chats.

🌟 Features

  • Real-time messaging with instant updates
  • User-friendly interface for ease of use
  • Multiple chat rooms support
  • Responsive design for various devices
  • Message notifications for new messages

🚀 Technologies Used

  • HTML: Structuring the pages
  • CSS: Styling the application
  • JavaScript: Client-side scripting and interactivity
  • Socket.IO: Real-time, bi-directional communication
  • Express.js: Fast, minimal web server framework for Node.js

⚠️ Important Notice

The node_modules directory is NOT included in this repository. This folder contains the project’s dependencies (like express, socket.io, etc.), and it is excluded for the following reasons:

  • Size: The node_modules directory can be very large, and it is not ideal to include it in version control (GitHub repositories).

  • Best Practices: It is common practice in Node.js projects to exclude node_modules using .gitignore. All required packages are listed in the package.json file and will be installed when you run npm install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors