A RESTful example blog built with Node.js, Backbone.js, Require.js, and MongoDB.
git clone git://github.com/trantorLiu/Node-Backbone-Require-Example-Blog.git
cd Node-Backbone-Require-Example-Blog
npm install
#development mode: http://localhost/dev.html
node app.js
#production mode: http://localhost
npm install -g jake
jake app:build
NODE_ENV=production node app.js
MIT