Back to Developer Roadmap

CommonJS

src/data/roadmaps/javascript/content/[email protected]

4.0666 B
Original Source

CommonJS

CommonJS modules are the original way to package JavaScript code for Node.js. Node.js also supports the ESModules standard used by browsers and other JavaScript run-times, but CJS is still widely used in backend Node.js applications. Sometimes these modules will be written with a .cjs extension.

Visit the following resources to learn more: