Frontend for Real-Time Chat

This directory contains the frontend code for the real-time chat application.

Components

  • index.html: Main HTML template with the chat UI
  • index.js: Frontend JavaScript for handling WebSocket communication and UI updates

Features

  • Real-time message updates using WebSockets
  • User authentication with username
  • Message history display
  • Responsive design with Tailwind CSS