Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1 KB

README.md

File metadata and controls

26 lines (19 loc) · 1 KB

CHATVERSE

A Chatbot in Vanilla JS, Socket.io.

Description

A Real-time chat application in Node.js using Socket.io and Vanilla JS. It basically helps users within the same groups to communicate in realtime. Each user belongs to a particular room and can leave the room when needed, the users in the room are notified when a user joins or leaves the room.

Getting Started

  1. git clone the master repository: https://github.com/PriyankaMaru28/ChatBotNodejs.git
  2. Install the dependencies: npm install
  3. Start the development server: node server
  4. Open the browser and go to localhost:3000

Technologies Used

  1. HTML
  2. CSS
  3. Vanilla JS
  4. Socket.io

Images :

  1. Login Page Screenshot 2023-09-03 at 22 56 34

  2. Chatbot Messages Page : Screenshot 2023-09-03 at 22 57 46