1
I’m starting in nodejs, it’s all "new" and I’ve come across this conflict.
There are the modules (I call modules, I don’t know if it’s right) ready etc.. however I have libraries like Cryptojs which has modules for Nodejs and has its library in Javascript for web..
Which is more advantageous to use? The module or just shove the file inside the project and use, edit, perfect etc..
and after all, what’s the difference?
I was confused, what does Packages have to do with the question? Would they be libraries? An?
– Vinícius Lara
Basically yes, Packages are module sets in Node.js. For example, express. It is a package that contains several js modules.
– guiandmag