Fork me on GitHub
Express 2.x IS NO LONGER MAINTAINED

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 use the latest version of Express.

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

Features

Contributors

The following are the major contributors of Express (in no specific order).

Third-Party Modules

The following modules complement or extend Express directly:

More Information