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

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.

主站蜘蛛池模板: 怀远县| 灌云县| 镇原县| 奇台县| 盐城市| 宾川县| 油尖旺区| 望都县| 雷山县| 伊川县| 清徐县| 乌审旗| 彭泽县| 林甸县| 拉孜县| 壶关县| 遂昌县| 壤塘县| 手游| 炉霍县| 玉树县| 百色市| 崇义县| 托克逊县| 东平县| 黑山县| 繁昌县| 巴林左旗| 万山特区| 电白县| 荥阳市| 石屏县| 淮北市| 磐安县| 苗栗县| 双城市| 望江县| 仙居县| 呼玛县| 瓮安县| 通海县|