I wonder which of these javascript frameworks - officially - works on Node.js:
- jQuery
- Prototype
- Mootools
- Dojo
- Extjs
I wonder which of these javascript frameworks - officially - works on Node.js:
See this post for jQuery compatibility.
This link has some info on MooTools with Node.js
Another link with some info on Dojo and Node.js
The node modules list lists a patched version of dojo as one of the "CommonJS compatible modules that can be used with node".
You may also want to go to node toolbelt to discover problem-sorted (auth, db, routing, templating, ...) libraries
Also, remember that node.js is server side : DOM and style manipulations libraries such as jQuery are quite useless in that case.