ChatWave is a real-time chat application built with Node.js, Express, and Socket.IO. Connect with friends, join chat rooms, and enjoy seamless conversations.
- Real-Time Messaging: Enjoy instant communication with other users using Socket.IO.
- User Identification: Each message is tagged with the sender's username for better context.
- Message History: View past messages when joining a chat room.
- Join/Leave Notifications: Receive notifications when users join or leave the chat room.
To get started with ChatWave, clone the repository and install dependencies:
git clone https://github.com/yourusername/chatwave.git
cd chatwave
npm install
- Express.js
- EJS
- Socket.IO