koache
Cache
Caching middleware for Koa.js applications
Koa middleware for caching response, based on node-cache
6 stars
0 watching
0 forks
Language: JavaScript
last commit: almost 6 years ago
Linked from 1 awesome list
cachekoamiddleware
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/s3-cache | An S3 caching middleware for Koa.js applications | 12 |
koajs/cash | A caching middleware for Koa.js applications that supports multiple storage options and compression | 154 |
koajs/snapshot | Caches request data based on the request path and takes snapshots of requests. | 10 |
koajs/static-cache | A static cache library for Koa applications. | 293 |
koajs/ctx-cache-control | An extension for Koa that adds caching control to its context objects. | 10 |
koajs/compress | Middleware for compressing responses in Koa applications | 438 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
rayokota/kcache | A client library for using Apache Kafka as a persistent store for an in-memory cache | 245 |
thinkjs/think-cache-memcache | Provides an adapter for caching data using Memcache. | 0 |
koajs/userauth | Provides a middleware layer to authenticate users in Koa.js applications | 137 |
koajs/koa-redis | A Redis-based session store and cache for Node.js web applications. | 353 |
koajs/conditional-get | Middleware that allows conditional GET requests in Koa applications | 61 |
koalex/koa-json-rpc | A JSON-RPC middleware for Koa.js that enables asynchronous remote procedure calls with built-in support for batching and parallel handling. | 6 |
hertz-contrib/cache | Provides middleware for caching responses in web applications with multiple backend support. | 8 |
koajs/cors | A middleware for managing cross-origin resource sharing in web applications. | 732 |