Developing with NodeJs starting links
I've been playing around with NodeJs for a little bit recently and rather than rehashing a lot of peoples good work i've done a brain dump of my recent bookmarks which have helped me the most.
Don't forget that with NodeJs its development is moving fast (being a pre v1 release) so always make sure you've run updates and checked docs for recent changes.
NodeJs and packages
- NodeJs
- nodejs.org
- Installing Node.js via package manager
- github.com/joyent/node/wiki/Installing-Node.js-via-package-manager
- Building and Installing Node.js
- github.com/joyent/node/wiki/Installation
- High performance, high class web development for Node.js
- expressjs.com
Tools etc
- Eclipse based Developer Tools for Java (from Google)
- code.google.com/p/chromedevtools
- A javascript bundle for Texmate which include jsLint and a beautifier
- javascript-tools.tmbundle
Articles, guides etc
- The Node Beginner Book Once #NodeJs is installed this is the place to start!
- nodebeginner.org
- Best practices and gotchas with v8 (NodeJs) | Try/Catch blocks can be expensive inside functions
- github.com/joyent/node/wiki/Best-practices-and-gotchas-with-v8
- Node.js Manual & Documentation
- nodejs.org/api/index.html
- Introduction to npm - How To Node - NodeJS
- howtonode.org/introduction-to-npm
- Post on using Eclipse as Node Applications Debugger
- github.com/joyent/node/wiki/using-eclipse-as-node-applications-debugger
- DZone Refcarz: Node.js: Building for Scalability with Server-Side JavaScript
- refcardz.dzone.com/refcardz/nodejs-building-scalability
- Express web development framework from nodetuts.com
- nodetuts.com/tutorials/9-express.html#video
Support
- Node.js mailing list
- groups.google.com/forum/#!forum/nodejs
- Keen an eye what people are doing via twitter
- #nodejs @ Twitter
- How To Node - a community supported blog
- howtonode.org