I'm new to node.js (and stackoverflow) and haven't found an exact explanation of this.
This is probably a trial answer but hopefully it'll help someone else who's also transitioning from Python/other object oriented frameworks.
I've seen other articles about what the prototype concept is in js and then others that explain the module.exports of node.js.
I'm studying the Ghost CMS and they use both. I can't seem to pick out why they would choose one over the other in certain cases.
Any help is appreciated, even if it's pointing me to other links.