Is there any good resources to get started with Node.JS? Any good tutorial, blog or books?
Of course, I have visited http://nodejs.org/, but I didn't think the documentation they have is a good starting point.
Thanks
Is there any good resources to get started with Node.JS? Any good tutorial, blog or books?
Of course, I have visited http://nodejs.org/, but I didn't think the documentation they have is a good starting point.
Thanks
Use the source, Luke.
No but seriously I found that building Node from source, running the tests, and looking at the benchmarks did get me on the right track. From there, the .js files in the lib directory are a good place to look, especially the file http.js.
A small plug
Check out http://www.nodeblogs.com you can find the code at github under. Personally I would recommend messing around with express and also check out the github node wiki that contains lots of links to tutorials and modules.
Wrote a blog to help my friends get started with nodejs.
http://neeraj.name/2010/03/25/getting-started-with-nodejs-in-steps.html
There is a really good video introduction on the YDN with the creator: http://www.yuiblog.com/blog/2010/05/20/video-dahl/
Heroku is a good hosting platform for NodeJS. Heroku exp support. It's experimental for now but do take a look at it. Write a slick app and deploy on it and play for sometime. This will allow you to learn the inside of configuring NodeJS as well. Node Knockout torunament website NodeKnockout is hosted on github which is in NodeJS. Hope this helps.