Javascript framework on Node.js

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

  • JQuery
  • Prototype
  • Mootools
  • Dojo
  • Extjs
+3
source share
3 answers

See this post for compatibility with jQuery.

This link contains some information about MooTools with Node.js

Another link with information about Dojo and Node.js

+8
source

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

+2

node toolbelt, (auth, db, routing, templating,... )

Also, remember that node.js is server-side: DOM libraries and style libraries like jQuery are completely useless in this case.

0
source

Source: https://habr.com/ru/post/1772755/


All Articles