Known and unknown security and performance issues in 2.x have not been addressed since the last update (29 June, 2012). It is highly recommended to upgrade to Express 3.x or to Express 4.x.
High performance, high class web development for Node.js
var app = express.createServer();
app.get('/', function(req, res){
res.send('Hello World');
});
app.listen(3000);
The following are the major contributors of Express (in no specific order).
The following modules complement or extend Express directly: