Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chat Application

This is a simple real-time chat application built using Express.js, Socket.io, and Node.js.

Features

  • Users can join and send messages in real time.
  • Messages are broadcasted to all connected clients.
  • Users' names are associated with their messages.

Installation

  1. Clone the repository:
    git clone https://github.com/programm3d/PingMe.git
  2. Navigate to the project directory
cd PingMe  
  1. Install Dependencies
npm install
  1. Start the Server
node server.js

Usage

  • Run the server using the command above.
  • Open http://localhost:3000 in a browser.
  • Join the chat by entering a username.
  • Start sending messages!

Project Structure

├── public/
│ ├── index.html (Frontend UI)
├── server.js (Main server file)
├── package.json (Dependencies)

Deploy Link

PingMe-Live

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages