The document discusses several CommonJS frameworks: RingoJS, Node.js, and Narwhal. RingoJS is a traditional web framework that runs on the JVM. Node.js is evented and asynchronous, running on the V8 engine. Narwhal runs on Node, JSC, and Rhino, and implements many CommonJS specs. The document concludes that JavaScript may be ready for server-side use, CommonJS is a good initiative, and Node.js is currently very popular.