$ brew install redis
$ npm install
$ redis-server
$ node app
- Node.js (the server)
- Express.js (lightweight framework on top of node)
- Redis (simple key-value data store)
- Angular.js (for client side JS)
- Jade (HTML rendering engine)
Start the redis server
$ redis-server
Start the node app
$ node app
now your app working insert any url in first box and click on short botton and you get short url in second box. now search this url into google search and you get same page as before.