I'm starting at nodejs, it's all "new" and I came across this conflict.
There are modules (I call modules, I do not know if it's right) ready etc ... though I have libraries like CryptoJS that have modules for NodeJS and have your JavaScript library for web. .
Which is more advantageous to use? The module or just threading the file inside the project and use, edit, perfect etc ..
And after all, what's the difference?