Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 813 Bytes

File metadata and controls

39 lines (25 loc) · 813 Bytes

🗨️ Basic Chat Bot

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.


🚀 Features

  • ✅ Send Messages
  • ✏️ Edit Any Message
  • ❌ Delete Any Message
  • 🔁 Real-time Updates via WebSockets

⚠️ No authentication — all messages can be edited/deleted by any user.


📸 Demo

chat-demo chat-demo


🛠️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js + Express
  • Database: MongoDB
  • Restful api's concepts are used.

📦 Installation

  1. Clone the Repository
    git clone https://github.com/your-username/basic-chat-bot.git
    cd basic-chat-bot