Core Express web framework: app factory, routing, middleware composition, request/response helpers.
/*!
* express
* Copyright(c) 2009-2013 TJ Holowaychuk
* Copyright(c) 2013 Roman Shtylman
* Copyright(c) 2014-2015 Douglas Christopher Wilson
* MIT Licensed
*/
'use strict';
module.exports = require('./lib/express');
See the full source, get the GitHub permalink, and search 40K more like it.
Get a free API key