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).