The static middleware provides static file serving to the given root directory, for example:
connect.createServer([ { provider: 'static', root: __dirname + '/public' } ]);
--staticRoot