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

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.

主站蜘蛛池模板: 西林县| 宁陕县| 五常市| 南江县| 壤塘县| 江永县| 浠水县| 洛南县| 黔西| 闵行区| 威海市| 乌兰察布市| 凤台县| 海门市| 孝感市| 涞水县| 奇台县| 甘德县| 清河县| 博爱县| 武威市| 乐平市| 兴业县| 湘西| 交口县| 广德县| 龙山县| 神木县| 邢台县| 普兰县| 久治县| 璧山县| 澎湖县| 泊头市| 娱乐| 滦平县| 青川县| 崇左市| 新乡县| 永康市| 双江|