I have found out that you can use jQuery with node.js but all examples are for DOM and HTML manipulation.
Do you think using it for array iterations ( for each ) etc would be ok or a bit overkill?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Underscore.js is a much smaller utility library for manipulating objects.
http://documentcloud.github.com/underscore/
EDIT:
However, node.js has much better support for ES5 than browsers, and it’s likely that you may not even need a library for manipulating objects. See keeganwatkins’ answer.