quikc
is an easy to use caching library for your Node.js applications.
@quikc/core is not framwork specific and can be used in any Node.js application. you can install it by running the following command:
npm install @quikc/core
or
yarn add @quikc/core
or you can use a middleware for your framework of choice:
- @quikc/express - Express middleware for caching responses
- @quikc/koa
[coming soon]
- Koa middleware for caching responses - @quikc/next
[coming soon]
- Next.js middleware for caching responses
Contributions are welcome! Please read the contributing guide for more information.