Installing npms globally on a PCThe package.json file
npm -g install httpster // installation globale
npm install httpster // installation locale
npm remove -g httpster // désinstallation globale

httpster -p 3000 -d ./public/ // ne marcheras pas si httpster pas installé en global
./nodes/modules/httpster/bin httpster -p 3000 -d ./public/ //on run avec l'installation locale