官术网_书友最值得收藏!

The CommonJS initiative

In 2009, a Mozilla engineer named Kevin Dangoor realized that server-side JavaScript needed a lot of help in order to be useful. The concept of server-side JavaScript had already existed, but wasn't very popular due to a number of limitations, particularly in terms of the JavaScript ecosystem.

In a blog post written in January of 2009, Dangoor cited a few examples of where JavaScript needed some help. He wrote that the JavaScript ecosystem would need a standard library and standard interfaces for things such as file and database access. Additionally, the JavaScript environment needed a way to package, publish, and install libraries and dependencies for others to use, and also needed a package repository to host all of the aforementioned.

Out of all of this came the CommonJS initiative, whose most notable contribution to the JavaScript ecosystem is the CommonJS module format. If you've done any work with Node.js, you're probably already familiar with CommonJS: your package.json file is written in the CommonJS modules package specification format, and writing code like var app = require(‘./app.js’) in one file with module.exports = App in app.js is using the CommonJS module specification.

The standardization of modules and packages paved the way for a significant boost in JavaScript popularity. Developers were now able to use modules to write complex applications spanning many files, without polluting the global namespace. Package and library developers were able to build and publish new libraries of higher levels of abstraction than JavaScript's standard library. Node.js and npm would shortly grab onto these concepts and build a major ecosystem around package sharing.

主站蜘蛛池模板: 灌阳县| 沂南县| 临高县| 通化县| 河津市| 商丘市| 长白| 华安县| 大新县| 江达县| 晋中市| 巨野县| 岑巩县| 井冈山市| 长顺县| 尚义县| 扶沟县| 大关县| 正阳县| 信阳市| 远安县| 合川市| 腾冲县| 江油市| 烟台市| 漳平市| 兰西县| 陵川县| 台东市| 洪雅县| 枝江市| 梅河口市| 云霄县| 宁乡县| 武宁县| 沙田区| 师宗县| 吴江市| 达日县| 肥西县| 武功县|