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
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. -
Snappy.Sharp
An implementation of google's Snappy compression format in C# -
Snappy for Windows
Snappy compression library for .NET baked on PInvoke -
ZipWrapper
A simple zip wrapper based on Lzma and Zlib compress algorithm
Clean code begins in your IDE with SonarLint
* 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