CommonJS
|
|
This article may contain improper references to self-published sources. (November 2011) |
CommonJS is a project with the goal of specifying an ecosystem for JavaScript outside the browser (for example, on the server or for native desktop applications). The project was started by Kevin Dangoor in January 2009 and initially named ServerJS.[1]
| “ | What I’m describing here is not a technical problem. It’s a matter of people getting together and making a decision to step forward and start building up something bigger and cooler together. | ” |
|
— Kevin Dangoor[1] |
||
In August 2009, the project was renamed CommonJS to show the broader applicability of the APIs.[2] Specifications are created and approved in an open process. A specification is only considered final after it has been finished by multiple implementations.[3] CommonJS is not affiliated with the Ecma International group TC39 working on ECMAScript, but some members of TC39 participate in the project.[4]
Specifications
The list of specifications includes:[5]
Current
- Modules/1.0 (Superseded by Modules/1.1)
- Modules/1.1
- Modules/1.1.1
- Packages/1.0
- Promises/B
- Promises/C
- System/1.0
Proposals
- Binary/B
- Binary/F
- Console
- Encodings/A
- Filesystem/A
- Filesystem/A/0
- Modules/Async/A
- Modules/Transport/B
- Packages/1.1
- Packages/Mappings
- Unit Testing/1.0
Implementations
- Akshell[6]
- Common Node[7]
- SilkJS[8]
- CouchDB[9]
- Flusspferd[10]
- GPSEE[11]
- Joyent Smart Platform[12]
- Narwhal (JavaScript platform)[13]
- node.js[14]
- Persevere[15]
- RingoJS[16]
- SproutCore[17]
- TeaJS[18]
- MongoDB[19]
- JSBuild [20]
- XULJet [21]
- PINF JavaScript Loader [22]
- Wakanda (software)[23]
- Jetpack (Firefox project)
- CommonJS for PHP A light-weight CommonJS implementation for PHP 5.3+ [24]
See also
- JSGI
- Document Object Model (DOM), a web browser client-side application programming interface (API) commonly available in JavaScript
References
- ^ a b What Server Side JavaScript needs - Blue Sky On Mars
- ^ CommonJS: JavaScript Standard Library
- ^ ProposalProcess - CommonJS Spec Wiki
- ^ CommonJS: the First Year - Blue Sky On Mars
- ^ "JavaScript Standard Library". CommonJS. Retrieved 2012-09-21.
- ^ Server-side JavaScript development and hosting - Akshell
- ^ olegp/common-node @ GitHub
- ^ SilkJS WWW Site
- ^ Implementations/CouchDB - CommonJS Spec Wiki
- ^ Flusspferd - CommonJS platform | Javascript bindings for C
- ^ Implementations/GPSEE - CommonJS Spec Wiki
- ^ Implementations/Smart - CommonJS Spec Wiki
- ^ Implementations/Narwhal - CommonJS Spec Wiki
- ^ Implementations/node.js - CommonJS Spec Wiki
- ^ Implementations/Persevere - CommonJS Spec Wiki
- ^ Implementations/RingoJS - CommonJS Spec Wiki
- ^ Implementations/SproutCore - CommonJS Spec Wiki
- ^ Implementations/TeaJS - CommonJS Spec Wiki
- ^ MongoDB
- ^ Homepage - JSBuild
- ^ xuljet - XUL JavaScript Enhanced Toolkit - Google Project Hosting
- ^ pinf/loader-js - GitHub
- ^ Wakanda
- ^ DrBenton/CommonJSForPHP - GitHub
External links
- Official website
- CommonJS effort sets JavaScript on path for world domination (article on Ars Technica)
|
|||||||||||||||||||||||||||||||||
