-
Install Vs Code Or any other code editor you're comfortable with
-
Install Node js on your machine.
-
Either clone it or download it.
-
run
npm install
to install all the dependancies. -
run
npm run dev
to start the application. -
Listening on port 3000
Dependencies
In this project I've used following dependencies
- socket.io (Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server.)
- nodemon (nodemon is a tool that helps develop Node.js based applications by automatically restarting the node application when file changes in the directory are detected.)
- express.js ( Express js is a back end web application framework for Node.js)