4.5 Summary
This chapter has introduced you to the core components of Node.js and highlighted the differences between the various module levels. You’ve seen which modules are included in the platform and how you can use them.
An important component of Node.js is the module system, which enables you to divide your application into smaller, independent sections that interact with each other via defined interfaces. Node.js is undergoing a major revamp at the moment in terms of the module system. For many years, developers have based their efforts on the CommonJS module system, whereas now Node.js is gradually moving to the ECMAScript module system. Meanwhile, the new module system is so stable that you can use it in a production application ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access