Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Brotli (and gzip) HTTP compression #9

Open
ghost opened this issue Jan 28, 2022 · 2 comments
Open

Support Brotli (and gzip) HTTP compression #9

ghost opened this issue Jan 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Jan 28, 2022

As more apps are hosted, this becomes more and more desirable.

The app's code will obviously need to support and implement it as well as the server-side.

You will also need to host pre-compressed files on the web server if you want to support HTTP download pause/resume in the app client in case of interrupted downloads.

@lberrymage lberrymage transferred this issue from accrescent/accrescent May 25, 2022
@lberrymage lberrymage added the enhancement New feature or request label May 30, 2022
@lberrymage
Copy link
Member

For the server side, Go has standard library support for gzip compression. If we're to use brotli then the best option at the moment appears to be https://pkg.go.dev/github.com/google/brotli/go/cbrotli.

@lberrymage
Copy link
Member

See accrescent/accrescent@a44ed41

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant