Skip to content

Instantly share code, notes, and snippets.

@devacto
Created May 4, 2013 01:00
Show Gist options
  • Save devacto/5515514 to your computer and use it in GitHub Desktop.
Save devacto/5515514 to your computer and use it in GitHub Desktop.
Node.js Express Module Dependency
var express = require('express')
, routes = require('./routes')
, user = require('./routes/user')
, http = require('http')
, path = require('path');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment