Package: wnpp Severity: wishlist Owner: Andrew Kelley <superjo...@gmail.com> X-Debbugs-CC: debian-de...@lists.debian.org
* Package name : node-connect-static Version : 1.2.0 Upstream Author : Andrew Kelley <superjo...@gmail.com> * URL : https://github.com/andrewrk/connect-static * License : Expat Programming Lang: JavaScript Description : static file server middleware for connect - Node.js module When you create the middleware, it will immediately scan the requested directory, gzip all the files, and save the cache into memory, where it will forever remain. When a request hits the middleware it never touches the file system. . This is not to be confused with the static middleware that used to ship with express and connect. That module is node-serve-static. . Node.js is an event-based server-side JavaScript engine.