This is more a reference/bookmark for myself than anything, but I’ve finally taken a complete dive into Node.js. What follows are useful links for getting started:
I’m running OS X 10.7 Lion using Homebrew to get Node.js:
Install Homebrew
Install Node.js and npm
Follow this excellent reference on getting started with Node.js and MongoDB/mongojs
Install Express (npm install express)
For reference, … Read full article »
View Post