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.
-
SharpCompress
SharpCompress is a compression library for .NET/Mono/Silverlight/WP7 that can unrar, un7zip, unzip, untar unbzip2 and ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip are implemented -
DotNetZip.Semverd
An open-source project that delivers a .NET library for handling ZIP files, and some associated tools. (fork of Unmaintained DotNetZip) -
Snappy for Windows
Snappy compression library for .NET baked on PInvoke
Get performance insights in less than 4 minutes
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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