1268
2422
|
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.
| ||||
|
locked by Shog9♦ Jul 19 '13 at 22:30
727
+100
|
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:
| ||||||||||||||||||||
|