A simple chat app using socket.io and express You can visit the app here
First make sure you have Node runtime env and Git version control are setup on your computer. check by running
node -v
git --version
on ur console. Or simply install them!
Then clone the repo by running :
git clone https://github.com/Ahsan-zaman/chat-socket.git
Then install the dependencies :
npm i
Finally run npm run dev
and the app should be running on localhost:3000.