compression
Response compressor
A Node.js middleware that enables compression of HTTP responses.
Node.js compression middleware
3k stars
58 watching
242 forks
Language: JavaScript
last commit: 8 days ago compressiondeflateexpressjsgzipjavascriptmiddlewarenodejs
Related projects:
Repository | Description | Stars |
---|---|---|
expressjs/express | A minimalist web framework for building HTTP servers with high performance and flexibility. | 65,700 |
expressjs/body-parser | Middleware to parse incoming request bodies in Node.js web applications. | 5,440 |
senchalabs/connect | A framework for building HTTP servers with modular, extensible middleware architecture | 9,832 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,493 |
expressjs/morgan | A middleware that logs HTTP requests and responses in various formats. | 7,955 |
naturalintelligence/nimnjs | Highly compressed JavaScript object/JSON implementation | 45 |
tj/n | A tool for managing multiple versions of Node.js on a single system | 18,881 |
thinkjs/thinkjs | A full-featured Node.js application framework with support for modern JavaScript features and TypeScript. | 5,309 |
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,804 |
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,494 |
node-formidable/formidable | A module for parsing multipart form data, especially file uploads in Node.js applications. | 7,055 |
node-config/node-config | A module that organizes hierarchical configurations for Node.js applications across different deployment environments. | 6,288 |
kangax/html-minifier | A JavaScript-based tool for compressing HTML content | 4,942 |