Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chaqchase/quikc
- Owner: chaqchase
- License: mit
- Created: 2023-05-14T16:53:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-16T17:52:07.000Z (over 1 year ago)
- Last Synced: 2024-12-29T00:24:38.016Z (8 days ago)
- Topics: cache, cachemanager, node-cache
- Language: TypeScript
- Homepage: https://www.npmjs.com/org/quikc
- Size: 2.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)