A Chat-Room which stores all the messages in database and then broadcast them to all the client. It holds on to data even after after reloading the page.
❤️ Star ❤️ the repo to support the project or 😄Follow Me.Thanks
3. If you wish you can clear all chat too.This is not a good practice because anyone can delete the chat from database but this is just a added functionality.
npm install
Now you are ready to go with the project .
node server.js
nodemon server.js
There you go,you can create multiple client and make them intereact with each other