Another URL Shortener using NodeJS
Posted on 2012-11-25 20:31 dennis 閱讀(9089) 評論(0) 編輯 收藏 所屬分類: my open-source 、node.jsIt's my weekend project——node-shorten: URL Shortener just like t.cn,goo.gl etc.
Is is written in NodeJS,using express.js for MVC framework,and using MySQL for storage and Redis for caching.
A demo online: http://fnil.me/
The project is at https://github.com/killme2008/node-shorten
Feel free to modify and use it.Have fun.
Is is written in NodeJS,using express.js for MVC framework,and using MySQL for storage and Redis for caching.
A demo online: http://fnil.me/
The project is at https://github.com/killme2008/node-shorten
Feel free to modify and use it.Have fun.