Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 737 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 737 Bytes

Chat Application Nodejs

Web Chat application using Node Js and Socket.io

How to Start

Step 1

Clone the main directory via CLI command : gh repo clone SumitWinter/Chat-Node-JS OR You may download the Zip file using the code button above

Step 2

Run Command on Powershell or Command Prompt : npm install

Step 3

Run Command on Powershell or Command Prompt : node index.js OR nodemon index.js

Step 4

Go to http://localhost:3000

Step 5

There you go !!!

  • Please in case of any error or query mail us at 1716510115@kit.ac.in or you may discuss it in discussion panel above

  • In case of dependency issue use CLI: npm audit fix --force