I developed my own express functionality. Its not so hard to do. At some point I will put it in Github. It consists of a web server and three components:
Pipeline - for processing request/response
Middleware - for dividing steps in request/response processing
Routing - for connecting urls to views
Because I rolled my own I have full control of my code.