aayRJ23 / Basic_Chat_App

This repository contains a basic chat application developed with Node.js and Socket.IO. Users can engage in real-time messaging, with messages transmitted to all connected devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Chat App

This is a simple chat application built with Node.js, Socket.IO, HTML, and CSS. Messages sent from one device are broadcasted to all devices connected to the socket server. Each message is displayed along with the socket ID of the sender.

Features

  • Real-time messaging between multiple devices.
  • Shows the socket ID of the sender for each message.
  • Easy-to-use interface.

How to Use

  1. Clone the repository or download the source code.
  2. Install dependencies using npm install.
  3. Run the server using node index.js.
  4. Access the chat app in your web browser.
  5. Start sending messages and see them displayed in real-time.

Technologies Used

  • Node.js
  • Socket.IO
  • HTML
  • CSS

About

This repository contains a basic chat application developed with Node.js and Socket.IO. Users can engage in real-time messaging, with messages transmitted to all connected devices.


Languages

Language:HTML 79.8%Language:JavaScript 20.2%