Popularity
1.9
Growing
Activity
6.2
-
21
8
11

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

Programming language: F#
License: The Unlicense
Tags: Zip     Compression     Web     OWIN     Performance     Gzip     Optimization     Web Servers    
Latest version: v1.0.21

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.

Do you think we are missing an alternative of Owin.Compression or a related project?

Add another 'Compression' Package

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