Understanding node.js: some real-life examples

Posted by steweb on Programmers See other posts from Programmers or by steweb
Published on 2011-01-15T17:27:34Z Indexed on 2011/01/15 18:59 UTC
Read the original article Hit count: 504

Filed under:
|
|
|

Hi all!

As a curious web developer I've been hearing about node.js for several months and (just) now I'd like to learn it and, most of all, understand its "engine".

So, as a real newbie about node.js I'm going to follow some tutorials. And as every new technology over the internet, find a very good and exhaustive tutorial is like looking for a needle in a haystack :)

My "big question" can be split into this 3 sub-questions:

  • I know node.js can be very useful to build web-chats. But, apart from this example (and from helloworld one :D), how could I use it? Which are the real-life examples that let me think i.e. "oh, it's fantastic, I could really integrate it for my daily projects"?

  • I also know it implements some JS specifications. It is required to deeply know other programming languages apart from JS?

  • Where can I find a good reference (basically, I don't want to search "node.js reference" on google hoping to be lucky enough to get some good websites)?

Thanks everyone!

© Programmers or respective owner

Related posts about JavaScript

Related posts about tutorials