Hacker News new | ask | show | jobs
by Kaladin 3220 days ago
What are some best resource for learning node?
1 comments

https://leanpub.com/hands-on-nodejs

This is hands down the best book I read about node. As long as you're already comfortable with JS, this should be more than enough to have you write your own Node apps. Best thing about it: it doesn't limit your to writing node servers like most other intro books. You start seeing node as JS removed away from the browser to a standalone language and not just a way to write javascript web servers.

When I went through it, it was all in es5. So, like I said, if you're comfortable with JS - this shouldn't be a turn-off