NODEMON Modification on the fly!
$ (sudo) npm i -g nodemon
This package actually look for modifications in the files we are working on and restart the server when there are some
when you have installed it you can use the command :
nodemon index.js
To make sure the software will look for differences