Popularity
2.4
Stable
Activity
0.0
Stable
3
3
0
Monthly Downloads: 14
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
wai-middleware-caching alternatives and similar packages
Based on the "wai" category.
Alternatively, view wai-middleware-caching alternatives based on common mentions on social networks and blogs.
-
wai-middleware-static
WAI middleware that intercepts requests to static files and serves them if they exist. -
wai-cli
DISCONTINUED. Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown | now on https://codeberg.org/unrelentingtech/wai-cli -
wai-middleware-static-caching
WAI middleware that intercepts requests to static files and serves them if they exist.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of wai-middleware-caching or a related project?
README
This project has two homes. It is ok to work in github, still, for a better decentralized web please consider contributing (issues, PR, etc...) throught:
Caching Wai Middlewares
This repository provide WAI middlewares caching ability.
To minimize code dependency, there are three different packages.
wai-middleware-caching
: Backend agnostic cache middleware. You'll need to provide aCacheBackend
value to make it works.wai-middleware-caching-lru
: Uselrucache
as cache backend (RAM only)wai-middleware-caching-redis
: Use Redis as cache backend.