Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 904 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 904 Bytes

Chat Application

This project is a real-time chat application that allows users to communicate through live messages and share images using a drag-and-drop interface.

Technologies Used

  • Node.js: JavaScript runtime environment for server-side development.
  • Express.js: Web framework built on Node.js for creating web applications.
  • Socket.IO: Enables real-time, bidirectional communication between web clients and servers.

Features

  • Live messaging: Users can send and receive messages in real-time.
  • Drag-and-drop image sharing: Users can easily share images by dragging and dropping them into the chat window.

Installation

Prerequisites:

Steps:

  1. Clone this repository.
  2. Running the Application: Instructions on running the application are detailed in the HowToRun.txt file.