Skip to content

Instantly share code, notes, and snippets.

@polidog
Created March 23, 2013 07:04
Show Gist options
  • Save polidog/5226753 to your computer and use it in GitHub Desktop.
Save polidog/5226753 to your computer and use it in GitHub Desktop.
正解版
var express = require('express');
var app = module.exports = express();
var routes = require('./routes')
, user = require('./routes/user')
, acount = require('./routes/account')
, http = require('http')
, path = require('path')
, redis = require('redis')
, fs = require('fs');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment