Well, mojito does a poor job exposing some of the underlaying APIs, and express is one of them, and we are working to fix that part. However, you do have access to the express obj in your server.js by doing something like this:
var app = Mojito.createServer();
// app._app is an express server :)
In case you want to hack around!