
Simple wrapper on top of serveStatic, that allows serving pre-gzipped files as well as other types of compressions.
Express-static-gzip is a small layer on top of serve-static that allows users to serve pre-gzipped files. It supports brotli compression and provides the flexibility to configure other compression algorithms as well. Users have the option to donate if they find the tool helpful.
Express-static-gzip offers a convenient solution for serving pre-gzipped files with support for brotli compression. It provides users with the flexibility to configure other compression algorithms and includes an option to donate to the developer. The tool simplifies the process of serving compressed files and can be seamlessly integrated into Node.js applications for improved performance.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.