This is basic example usage of building a web server using Node. Feel free to use. Includes a coffeescript file as well.
- Mongoose - www.mongoosejs.com
- Express - www.expressjs.com
- Socket.IO - www.socket.io
- Mongodb - www.mongodb.org
- Handebarsjs - www.handlebarsjs.com
- HBS - https://github.com/donpark/hbs
- LESS Middleware - https://github.com/emberfeather/less.js-middleware
- Checkout the source: "git clone git://github.com/wookiecooking/NodeJS-Example.git"
- sudo npm install
- cd to directory, and run "node app.js"
- Start writing your app :)