TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Node Beginner Book

121 点作者 v33ra超过 12 年前

9 条评论

debacle超过 12 年前
It's been difficult to "learn" node. Because the libraries have changed drastically in the last 2-3 years, many guides are out of date. You can learn the basics through trial and error and the docs, but you can't learn best practices, which are important if you're trying to write software that other people will use (OSS).<p>I've read through this guide before, and it's okay, but it's not really all that good at defining best practices, and in fact in some places the code isn't very good, but Manuel fully admits this in a few places.<p>If you don't already know JavaScript, or only know a little, this is probably a good place to start, but if you're already fluent in JS and have used server-side JS a bit in the past (whether through Rhino, sm, v8, whatever), it's probably not a very useful guide. Unfortunately, there aren't a lot of good resources out there - the language is very new and the library of current and available knowledge is not very large.<p>I haven't checked out the Node Cookbook yet, but do plan to in the future. Until then, to really get a good knowledge of some of the APIs you still have to do a bit of trailblazing.
评论 #4890846 未加载
评论 #4888788 未加载
ph0rcyas超过 12 年前
'Up and Running with Node.js' is a much better book:<p><a href="http://ofps.oreilly.com/titles/9781449398583/index.html" rel="nofollow">http://ofps.oreilly.com/titles/9781449398583/index.html</a><p>And seriously, before jumping into node one needs to know some javascript. Haverbeke's 'Eloquent Javascript' and Resig's 'Secrets of the JS Ninja' will provide a starting point. They're one of these rare books you thought 'boy, I wished it was longer...'.<p>'Up and Running with Node.js''s code aren't thoroughly polished yet (eg.chapter 2), but plenty people refined and posted them on StackOverflow.
superbaconman超过 12 年前
This article was actually the tutorial I used to get into node.js. I learnt a lot, but I still don't feel like I could write anything really good using just this info. Usually after articles like this (no matter how good) you just need to dive into the docs to expand your knowledge. It seems like there's just so much to it.
jongold超过 12 年前
I read it a few months ago; good at what it professes to be - a quick guide for beginners. Definitely worth reading and got me over the first few learning hurdles of Node.
geetarista超过 12 年前
Has anybody noticed that the entire book is actually loaded into the page? All you have to do is remove the "hiddenhalf" ID from that div and you can see everything.
评论 #4889893 未加载
calebhc超过 12 年前
Thanks for posting. Maybe this will finally get me to actually start playing/learning node. :)
usmanity超过 12 年前
This is great for starting out with node, any recommendations on a more advanced node book?
bpedro超过 12 年前
Great stuff. Keep up with the good work!
mitchi超过 12 年前
NICE TUTORIAL