阅读949 返回首页    go 阿里云 go 技术社区[云栖]


Another URL Shortener using NodeJS

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: https://fnil.me/

The project is at https://github.com/killme2008/node-shorten

Feel free to modify and use it.Have fun.


文章转自庄周梦蝶  ,原文发布时间 2012-11-25

最后更新:2017-05-18 20:37:13

  上一篇:go  Storm Topology的并发度
  下一篇:go  Spring Boot 整合 Mybatis 实现 Druid 多数据源详解