Skip to content

Latest commit

 

History

History
 
 

README.md

Real-Time Chat Application

A simple real-time chat application built with React, Vite, Express, and Socket.IO.

Features

  • Real-time messaging with Socket.IO
  • Persistent in-memory message history
  • UUID-based message identification
  • Like system for messages
  • Live synchronization of new messages
  • REST endpoint for backend message history
  • Local message clearing on frontend
  • Console logging for debugging state changes

Tech Stack

Frontend

  • React
  • Vite
  • Socket.IO Client

Backend

  • Node.js
  • Express
  • Socket.IO
  • UUID
  • CORS