gzmiddleware
v0.1.0
Published
Minimal express compatible framework where middleware functions are combined into a REST server
Readme
Middleware for http servers
Combine middlweware functions into a http server. Any expressjs (or connectjs) middleware can be used.
node test.jscurl http://localhost:3000/hi_there
See the source test.js for an example of how it is used.
