compression
Response compressor
A Node.js middleware that enables compression of HTTP responses.
Node.js compression middleware
3k stars
57 watching
240 forks
Language: JavaScript
last commit: about 1 month ago compressiondeflateexpressjsgzipjavascriptmiddlewarenodejs
Related projects:
Repository | Description | Stars |
---|---|---|
expressjs/express | A minimalist web framework for building HTTP servers with high performance and flexibility. | 65,903 |
expressjs/body-parser | Middleware to parse incoming request bodies in Node.js web applications. | 5,454 |
senchalabs/connect | A framework for building HTTP servers with modular, extensible middleware architecture | 9,843 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,558 |
expressjs/morgan | A middleware that logs HTTP requests and responses in various formats. | 7,971 |
naturalintelligence/nimnjs | Highly compressed JavaScript object/JSON implementation | 46 |
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,946 |
thinkjs/thinkjs | A full-featured Node.js application framework with support for modern JavaScript features and TypeScript. | 5,307 |
deno-libs/http_compression | A middleware library that compresses HTTP responses using gzip, deflate, and brotli algorithms. | 38 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,978 |
manyuanrong/wasm_gzip | Implementation of Gzip compression and decompression in WebAssembly (WASM) for use with the Deno runtime. | 19 |
microsoft/nodejs-guidelines | A centralized resource providing guidelines and best practices for working with Node.js on Microsoft platforms | 2,498 |
node-formidable/formidable | A module for parsing multipart form data, especially file uploads in Node.js applications. | 7,076 |
node-config/node-config | A module that organizes hierarchical configurations for Node.js applications across different deployment environments. | 6,305 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,956 |