Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chatroom Application

A basic chatroom application built with Node.js, Express, and Socket.io.

Features

  • Real-time messaging
  • Simple and responsive UI
  • Chat notifications when users join or leave

Installation

  1. Clone the repository

  2. Install dependencies:

    npm install
    
  3. Start the server:

    npm start
    

    Or for development with auto-restart:

    npm run dev
    
  4. Open your browser and navigate to http://localhost:3000

Technologies Used

  • Node.js
  • Express
  • Socket.io
  • HTML/CSS/JavaScript

Project Structure

  • public/ - Static files (HTML, CSS, client-side JS)
  • src/ - Server-side code

License

MIT

About

Real-time chatroom app with Socket.io

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages