π This is the updated version of the previous T-Chat, released on this repository.
A real-time chat application with one-to-one messaging, file sharing, and emoji support.
- π© One-to-One Chat: Private messaging between users.
- π Emoji Support: Express yourself with emojis.
- π’ Online Status: See when users are online.
- π Real-Time Communication: Powered by Socket.io.
- πΈ profile picture support: and more
- Frontend: HTML, CSS, JavaScript, Bootstrap, jQuery
- Backend: Node.js, Express.js
- Database: MongoDB (Mongoose)
- Real-Time: Socket.io
Check out the live version: here
If you have any suggestions or want to see improvements, feel free to open an issue or reach out!
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Open a Pull Request