/chat-app

Realtime chat application using socket.io, node and react

Primary LanguageTypeScript

Chat App

A real-time chat application built with Node.js, Express, and Socket.IO as part of a learning project to explore real-time web communication.

Features

  • Real-Time Messaging: Enables instant communication between users using WebSocket connections via Socket.IO.
  • Modern UI: A clean, user-friendly interface built with React.
  • Scalable Backend: Server powered by Express.js for handling multiple WebSocket connections efficiently.

Purpose

This project was created to:

  • Learn how real-time communication works in web applications.
  • Gain practical experience with Node.js, Express, and Socket.IO.
  • Understand server-client interactions and WebSocket technology.

Note: This app is a learning project and may have limitations or bugs. It is not intended for production use.