Deploy methods of Socket.io project are given below.
# package install
$ npm install
# project start
$ npm start
As a developer, to start the project and do the test operations, first go to the project directory and install the packages, then give the necessary command to start the mode.
# package install
$ npm install
# project start
$ npm run start:dev