Can it work without node.js

I have just started exploring it and in love with it.
1 quick question can it work without node.js just like webgl-globe http://code.google.com/p/webgl-globe/ works

Thanks in advance
Jagdeep

Hi,

Cesium does not require node.js to run. It runs entirely client-side in the browser. You can download the standalone release zip file at http://cesium.agi.com/quickstart.html

We only use node.js as part of the release build process (to run the RequireJS optimizer, since node is so much faster than the Java-based Rhino engine).