Any input on Node.js vs. jQuery? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Any input on Node.js vs. jQuery?

What are the major differences, and which is more oftenly used? Which is more powerful? Does it matter?

1st Jan 2017, 4:31 PM
Vincent Kordiak
Vincent Kordiak - avatar
4 Answers
+ 1
jQuery is JavaScript library that contains useful methods to work with DOM, events etc. NodeJs is an environment that allows you to run JavaScript code on your server or local machine for example. The major difference that jQuery is client side library and NodeJs is server side and we can't compare them at all
5th Jan 2017, 4:23 PM
Rodion Abdurakhimov
Rodion Abdurakhimov - avatar
+ 1
What other JavaScript are you aware of, and what are there uses?
5th Jan 2017, 4:26 PM
Vincent Kordiak
Vincent Kordiak - avatar
+ 1
You can use GitHub to see what's trending today in the JavaScript world :D https://github.com/showcases/front-end-javascript-frameworks
5th Jan 2017, 4:53 PM
Rodion Abdurakhimov
Rodion Abdurakhimov - avatar
+ 1
Thanks pal
5th Jan 2017, 5:58 PM
Vincent Kordiak
Vincent Kordiak - avatar