I know that you can use JavaScript server side with node.js, but can we use jQuery for backend as well? Or will I just have to learn CoffeeScript instead of jQuery?
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
closed as not a real question by Jim G., ElYusubov, Matthieu, Walter, gnat Sep 10 '12 at 12:16
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
jQuery is not a programming language but a JavaScript library, so you'd just use plain JavaScript, possibly with something like Underscore.js to add useful methods similar to e.g. But yes, you can use jQuery in node.js together with another package that provides a DOM. |
|||
|
