Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 447 Bytes

File metadata and controls

17 lines (11 loc) · 447 Bytes

Multi-Room Chat Application

A simple real-time chat application that demonstrates Socket.IO's room functionality.

Features

  • User registration with nicknames
  • Create or join chat rooms
  • Real-time messaging within rooms
  • System notifications when users join or leave

Technical Implementation

  • Backend: Node.js with Express and Socket.IO
  • Frontend: HTML, CSS, and JavaScript
  • Data Storage: In-memory (users and rooms)