Posted on 2012-11-25 20:31
dennis 阅读(9072)
评论(0) 编辑 收藏 所属分类:
my open-source 、
node.js
It'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.