Skip to content

This is a simple chat application built using Node.js, Express, and Socket.IO. The application allows users to send and receive messages in real-time.

License

Notifications You must be signed in to change notification settings

Hitansh-Thakur/WebSockets---chatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Application

This is a simple chat application built using Node.js, Express, and Socket.IO. The application allows users to send and receive messages in real-time.

Features

  • Real-time Messaging: Users can send and receive messages instantly.All users connected to the chat room will receive the message in real-time.
  • Responsive Design: The application is styled using Tailwind CSS for a responsive and modern look.

Prerequisites

  • Node.js
  • npm (Node Package Manager)
  • git

Installation

  1. Clone the repository:

    git clone https://github.com/hitansh-thakur/chat-app.git
    cd chat-app
  2. Go to Client Directory:

    cd client
    npm install
    npm run dev
  3. Go to Server Directory:

    cd server
    npm install
    nodemon
  4. Open your browser:

    The application should now be running at http://localhost:5173.

Screenshots

Chat Application

Author

  • Hitansh Thakur

License

Distributed under the MIT License. See LICENSE for more information.

About

This is a simple chat application built using Node.js, Express, and Socket.IO. The application allows users to send and receive messages in real-time.

Topics

Resources

License

Stars

Watchers

Forks