A Chatbot in Vanilla JS, Socket.io.
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.
- git clone the master repository:
https://github.com/PriyankaMaru28/ChatBotNodejs.git
- Install the dependencies:
npm install
- Start the development server:
node server
- Open the browser and go to
localhost:3000
- HTML
- CSS
- Vanilla JS
- Socket.io