Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-27T18:42:59.000Z (about 10 years ago)
- Last Synced: 2024-09-23T13:21:36.935Z (about 2 months 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 functionslicense
-------
**MIT License**.
For details, see [LICENSE](LICENSE)