Node by example: 13. Links & Where to go from here
Published on April 29, 2010
0 Comments
13. Links & Where to go from here
The complete source code can be downloaded here: http://github.com/Hendrik/node-by-example
Please note: Node.JS is still in active development, so that some articles may contain code that is no longer working with newer versions of Node.JS
During the time I wrote these articles node jumped from 0.1.3x to 0.1.9x resulting in several chapters requiring code changes to reflect the new or removed features.
In most cases you should be able to update the code by comparing the problematic parts with the Node.JS documentation and its unit tests.
If all fails try searching for the error in the official google groups.
Official Node.JS links:
Node.JS project homepage: http://nodejs.org/
Node.JS documentation: http://nodejs.org/api.html
Node.JS official google group: http://groups.google.com/group/nodejs
Node.JS official git repo: http://github.com/ry/node
Node.JS tests: http://github.com/ry/node/tree/master/test/
Node.JS JSConf 2009 presentation by Ryan Dahl: http://blip.tv/file/2899135
Node.JS Modules: http://wiki.github.com/ry/node/modules
Node.JS blogs & aggregators:
How To Node: http://howtonode.org/
NodeBlogs: http://nodeblogs.com/
Interesting projects using Node.JS:
Twitter Node.js WebSocket Example: http://github.com/andregoncalves/twitter-nodejs-websocket
Real time online activity monitor example with node.js and WebSocket: http://blog.new-bamboo.co.uk/2009/12/7/real-time-online-activity-monitor-example-with-node-js-and-websocket
