https://github.com/cfstras/node-serve-redis
a caching, static, redis-backed HTTP file server, built with node.js
https://github.com/cfstras/node-serve-redis
Last synced: about 1 year ago
JSON representation
a caching, static, redis-backed HTTP file server, built with node.js
- Host: GitHub
- URL: https://github.com/cfstras/node-serve-redis
- Owner: cfstras
- License: mit
- Created: 2013-09-21T13:57:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-27T18:42:59.000Z (almost 12 years ago)
- Last Synced: 2025-02-17T01:48:51.803Z (over 1 year ago)
- Language: CoffeeScript
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-serve-redis
================
a caching, static, redis-backed HTTP file server, built with node.js
for an example on how to use, see [bin/serve.coffee](bin/serve.coffee).
features
--------
- gzip content encoding (if filesize benefits)
- browser-side caching via ETags (md5 of content)
- redis-backed caching of files
- plain-javascript-object fallback cache
- routing via alias or regex
- "mounts" for custom handler functions
license
-------
**MIT License**.
For details, see [LICENSE](LICENSE)