Middleware for http servers Combine middlweware functions into a http server. Any expressjs (or connectjs) middleware can be used. node test.js curl http://localhost:3000/hi_there See the source test.js for an example of how it is used.