I have tried a few examples with Node.js, but still I have a confusion between jQuery and Node.js.
All I know at this point in time is that Node.js and jQuery perform two different roles. One facilitates server-side JavaScript, and the other provides an abstraction library for client-side JavaScript.
I have seen some other links also on Stack Overflow related to Node.js and jQuery but I didn't get what I wanted.
What is the feature difference or what is it special that Node.js does which will make me think to go with it? What benefits will I get if I choose to go with Node.js? I know Node.js works on event-driven programming, not an object-oriented programming language, but what else are the other things I can do with Node.js which I can not do with jQuery or other frameworks?
I have a few question like:
What can be done by Node.js which can not be done by jQuery?
Is Node.js capable of consuming web services? If yes, then is it possible to do the same with jQuery? If not, then what is the reason for it?
What are the features of Node.js? How it is different from jQuery?
In which situation should I go with Node.js or jQuery?
What are some special features of Node.js and jQuery? Benefits of using both?