Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chaqchase/quikc

quikc - Easy caching for your Node.js applications
https://github.com/chaqchase/quikc

cache cachemanager node-cache

Last synced: 5 days ago
JSON representation

quikc - Easy caching for your Node.js applications

Awesome Lists containing this project

README

        

# quikc - Easy caching for your Node.js applications

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

## Installation

[@quikc/core](/packages/core) is not framwork specific and can be used in any Node.js application.
you can install it by running the following command:

```bash
npm install @quikc/core
```

or

```bash
yarn add @quikc/core
```

or you can use a middleware for your framework of choice:

- [@quikc/express](/packages/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](CONTRIBUTING.md) for more information.

## License

[MIT](https://github.com/triyanox/quikc/blob/main/LICENSE)