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.
- Host: GitHub
- URL: https://github.com/swimburger/blazordecompressor
- Owner: Swimburger
- License: mit
- Created: 2021-01-07T02:08:36.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-03T21:39:38.000Z (4 months ago)
- Last Synced: 2026-03-03T22:14:51.348Z (4 months ago)
- Topics: aspnet, aspnetcore, blazor, blazor-webassembly, dotnet, dotnetcore
- Language: HTML
- Homepage: https://gzip.swimburger.net
- Size: 272 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```