koa-body-clean
Temp file cleaner
Automates cleanup of temporary files created by Koa middleware after response end.
Koa middleware for auto cleanup files created to disk by koa-body, koa-better-body, koa-multer or any multipart middleware that populate ctx.*.files.
3 stars
1 watching
0 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
pranshuchittora/autarky | Automates removal of outdated and unused node_modules to free up disk space | 362 |
koalex/koa-json-rpc | A JSON-RPC middleware for Koa.js that enables asynchronous remote procedure calls with built-in support for batching and parallel handling. | 6 |
koajs/rewrite | Middleware to alter URLs in Koa applications | 98 |
koajs/json | Middleware for generating pretty-printed JSON responses in Koa applications. | 198 |
gianlucam76/k8s-cleaner | A Kubernetes controller that identifies and removes unhealthy or unused resources to maintain a clean and efficient cluster. | 313 |
lostpebble/koa-mobx-react-starter | A Node.js and frontend project starter using Koa, MobX, ReactJS, and Webpack for building modern web applications with server-side rendering and state management. | 100 |
koajs/bodyparser | Middleware for parsing request bodies in Koa applications | 1,311 |
antonybudianto/koa-firebase | A starter project for integrating Firebase Admin SDK with Koa.js to create a simple server for server-side operations and authentication. | 11 |
jean-smaug/koache | Caching middleware for Koa.js applications | 6 |
ladjs/koa-better-error-handler | A better error handling solution for Koa applications | 53 |
mezod/boilerplate-koa-redux-react | A complete application boilerplate for building modern web applications with Koa Redux React, including setup, testing, and deployment utilities. | 161 |
koajs/resourcer | Makes it easy to mount independent sub-applications within a Koa application using directory structure and configuration files. | 35 |
may215/koa-protect | A security module for Koa applications that provides proactive protection against common security threats. | 19 |
koajs/onerror | Provides an error handling mechanism for Koa applications by directly manipulating the application's ctx.onerror property. | 140 |
maotora/koa-blogapi | A Koa v2-based blog API with additional routes, tests, and models. | 6 |