gzmiddleware
v0.1.0
Published
Minimal express compatible framework where middleware functions are combined into a REST server
Downloads
2
Readme
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.