Skip to content

Instantly share code, notes, and snippets.

View brandon-barker's full-sized avatar

Brandon Barker brandon-barker

  • Cape Town, South Africa
View GitHub Profile
var express = require('express')
, routes = require('./routes')
, http = require('http')
, path = require('path')
, imdb = require('./imdb.js')
, app = express();