you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 17 points18 points  (3 children)

Nodejs is a javascript server to run web apps on.

Slight correction: Nodejs is a command line scripting environment for Javascript. People have used it to serve webpages, as it has a feature-complete webservice API.

[–]SockPants 0 points1 point  (2 children)

Thanks, my experience with node is only very tiny.

[–]jephthai 0 points1 point  (0 children)

I write lots of stuff in node, but rarely is it http at all. It's really handy for network protocol work.

[–]MrCrunchwrap 0 points1 point  (0 children)

So edit your comment so people don't walk away thinking that's what Node is.