An open API service indexing awesome lists of open source software.

https://github.com/swimburger/blazordecompressor

This tool can compress and decompress files using the GZIP algorithm right inside the browser without transmitting files over the network.
https://github.com/swimburger/blazordecompressor

aspnet aspnetcore blazor blazor-webassembly dotnet dotnetcore

Last synced: 2 months ago
JSON representation

This tool can compress and decompress files using the GZIP algorithm right inside the browser without transmitting files over the network.

Awesome Lists containing this project

README

          

# BlazorDeCompressor

This tool can compress and decompress files using the GZIP algorithm right inside the browser without transmitting files over the network.
Learn more about this tool at https://swimburger.net/blog/dotnet/introducing-online-gzip-decompressor.

You can use this tool at **[gzip.swimburger.net](https://gzip.swimburger.net)**.

## Requirements

- [.NET 10 SDK](https://dotnet.microsoft.com/download/dotnet/10.0)

## Run locally

```bash
dotnet run
```