Description
Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline.
With this module you can compress, deflate / gzip large files (like concatenated *.js or *.css files) to reduce amount of web traffic.
This project works on C# and F# and should work on Windows and Mono as well.
Here is a demo in action from Fiddler net traffic monitor:
Read the Getting started tutorial to learn more.
Documentation: http://thorium.github.io/Owin.Compression
Owin.Compression alternatives and similar packages
Based on the "Compression" category.
Alternatively, view Owin.Compression alternatives based on common mentions on social networks and blogs.
-
SharpZipLib
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. -
SharpCompress
SharpCompress is a fully managed C# library to deal with many compression types and formats. -
DotNetZip.Semverd
DISCONTINUED. Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Owin.Compression or a related project?
README
Owin.Compression
Compression (Deflate / GZip) module for Microsoft OWIN Selfhost filesystem pipeline.
With this module you can compress, deflate / gzip large files (like concatenated *.js or *.css files) to reduce amount of web traffic.
This project works on C# and F# and should work on Windows and Mono as well.
Here is a demo in action from Fiddler net traffic monitor:
[compressed](screen.png)
Read the Getting started tutorial to learn more.
Documentation: http://thorium.github.io/Owin.Compression