3

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

  • jQuery
  • Prototype
  • Mootools
  • Dojo
  • Extjs
Tobu
  • 23,953
  • 4
  • 89
  • 98
ajsie
  • 74,062
  • 99
  • 267
  • 376

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,247
  • 2
  • 24
  • 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
  • 21,996
  • 7
  • 62
  • 87
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,286
  • 1
  • 29
  • 51