3

I wonder which of these javascript frameworks - officially - works on Node.js:

  • jQuery
  • Prototype
  • Mootools
  • Dojo
  • Extjs
Tobu
  • 24,771
  • 4
  • 91
  • 98
ajsie
  • 77,632
  • 106
  • 276
  • 381

3 Answers3

8

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

Community
  • 1
  • 1
Andrew Flanagan
  • 4,267
  • 3
  • 25
  • 37
2

The node modules list lists a patched version of dojo as one of the "CommonJS compatible modules that can be used with node".

intuited
  • 23,174
  • 7
  • 66
  • 88
0

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.

Arnaud Rinquin
  • 4,296
  • 1
  • 30
  • 51