Skip to content

triyanox/quikc

Repository files navigation

quikc - Easy caching for your Node.js applications

quikc is an easy to use caching library for your Node.js applications.

Installation

@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

Contributing

Contributions are welcome! Please read the contributing guide for more information.

License

MIT