A simple real-time chat bot where anyone can send, edit, or delete any message — no login, no restrictions. Built with Node.js, Express, and Socket.io.
- ✅ Send Messages
- ✏️ Edit Any Message
- ❌ Delete Any Message
- 🔁 Real-time Updates via WebSockets
⚠️ No authentication — all messages can be edited/deleted by any user.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js + Express
- Database: MongoDB
- Restful api's concepts are used.
- Clone the Repository
git clone https://github.com/your-username/basic-chat-bot.git cd basic-chat-bot

