Skip to content

Instantly share code, notes, and snippets.

@polidog
Last active December 15, 2015 07:49
Show Gist options
  • Save polidog/5226745 to your computer and use it in GitHub Desktop.
Save polidog/5226745 to your computer and use it in GitHub Desktop.
express3のapp.jsの一部
var express = require('express')
, routes = require('./routes')
, http = require('http')
, path = require('path')
, redis = require('redis')
, fs = require('fs');
// var app = express();
var app = module.exports = express();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment