Skip to content

Instantly share code, notes, and snippets.

@mape
Created July 14, 2010 18:45
Show Gist options
  • Select an option

  • Save mape/475841 to your computer and use it in GitHub Desktop.

Select an option

Save mape/475841 to your computer and use it in GitHub Desktop.
node> var connect = require('connect')
node> var sys = require('sys');
node> sys.puts(sys.inspect(connect))
{ version: '0.2.1'
, Server: { [Function] super_: { [Function] super_: [Object] } }
, createServer: [Function]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment