View Project
• Simulate a real-world comment section where different users can simultaneously type, read and post comments.
• The front-end is built using Tailwind CSS and custom animations. Express.js and Socket.IO handle the backend requests and updation of messages. All the messages are stored, retrieved, and synced using MongoDB.
• It retrieves the comments from the database on the first load. It also notifies other users about the user who is currently typing.
Comments