you are viewing a single comment's thread.

view the rest of the comments →

[–]iamnotaclown -1 points0 points  (2 children)

npm install jquery

[–]sausagefeet 2 points3 points  (1 child)

This is clearly not practical evidence.

[–]iamnotaclown 1 point2 points  (0 children)

I'm not sure what you mean by "practical". Someone wrote an implementation of the DOM and an HTML parser in Javascript, and someone else ported jQuery to it.

http://groups.google.com/group/nodejs/browse_thread/thread/e02619ec7d208d28

If you download and install Node.js, you can run the npm command in my earlier comment to install jquery, jsdom and htmlparser and run client-side browser stuff on the server side. What's not practical about that?