Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 847 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 847 Bytes

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