I was reading an article about Deno vs Node on Medium, and I came across this section:
The main problem here is that the module system isn’t compatible with browsers. That is the reason for storing dependencies in node_modules and having a package.json.
What does it mean that Node.js is not compatible with browsers? Could someone clarify and provide additional details/resources?