3

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

  • jQuery
  • Prototype
  • Mootools
  • Dojo
  • Extjs
2
  • "Officially" according to who? Commented Nov 2, 2010 at 23:58
  • The javascript framework providers. however, i havent read anything about node.js on their site. Commented Nov 3, 2010 at 1:37

3 Answers 3

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

Sign up to request clarification or add additional context in comments.

Comments

2

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

Comments

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.