Are there any good resources to get started with Node.JS? Any good tutorials, blogs or books?
Of course, I have visited its official website http://nodejs.org/, but I didn't think the documentation they have is a good starting point.
|
Are there any good resources to get started with Node.JS? Any good tutorials, blogs or books? Of course, I have visited its official website http://nodejs.org/, but I didn't think the documentation they have is a good starting point. |
|||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
First, learn the core concepts of Node.js: Then, you're going to want to see what the community has to offer: The gold standard for Node package management is NPM.
Finally, you're going to want to know what some of the more popular packages are for various tasks: Useful Tools for Every Project:
Unit Testing:
Web Frameworks:
Web Framework Tools:
Networking:
Command Line Interaction: |
|||||||||||||
|
|
I am also starting into it. I found following book very helpful: Sam's Teach Yourself Node.js in 24 Hours it's also available on o'reilly's safary online library. It covers the basic principles behind node.js (event loop, callbacks) and does a very nice step by step introduction to connect, express, mongodb and even a bit of backbone. Of course it's just a primer on every topic, but it gives a very good impression on what you can expect and it's worth to invest more time to learn it. And the given time frame is realistic for real! |
||||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.