/Chat-App

The Chat Application utilizes Socket.IO for real-time communication between clients, allowing users to chat with each other seamlessly.

Primary LanguageJavaScript

Screenshots

Join Room

Description: The "Join Room" screen allows users to enter a chat room by providing a room name. Once joined, users can start chatting with other participants in the room.

Chat Window

Description: The "Chat Window" screen displays the ongoing conversation within the selected chat room.

Purpose

I created this project to experiment with and learn about web sockets. The Chat Application utilizes Socket.IO for real-time communication between clients, allowing users to chat with each other seamlessly.