What should I read to master node.js?
What should I read to master node.js?
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/b887330c-14c3-423e-b78e-c8bfe4e53475%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
There isn’t really a good book for learning Node.js. There are a few books about Node out there, but they’re very quickly obsoleted by how quickly the Node module ecosystem changes, and since most of the action is in the module system, it’s tough to keep up.
But that’s OK! There are two resources that haven’t been mentioned yet in this thread that I think are worthwhile:
F
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAHjDAsQmRnE6GwNwYVaedr8JwUGxv0yLPWSvk%3D3Ab8iRotivQA%40mail.gmail.com.
Some common programming constructs (e.g. loops, expressions) are not workable when calling Node's async functions. The alternative constructs Node requires are not described in its docs, not immediately obvious, and require more code. This is probably the biggest obstacle for new users, assuming familiarity with JS.
On August 4, 2014 at 2:15:50 AM, Martin Ransome (martin.s...@gmail.com) wrote:
What should I read to master node.js?