JavaScript encoder script #251

Closed
opened 2026-01-29 20:40:44 +00:00 by claunia · 2 comments
Owner

Originally created by @SuperPat45 on GitHub (Jul 23, 2018).

Please add a encoder script in JavaScript.

I will need to compress a text/csv file before upload to save bandwidth on mobile devices

Originally created by @SuperPat45 on GitHub (Jul 23, 2018). Please add a encoder script in JavaScript. I will need to compress a text/csv file before upload to save bandwidth on mobile devices
Author
Owner

@eustas commented on GitHub (Jul 23, 2018):

Hello. Unfortunately we do not have time now to produce high-quality JavaScript encoder =(
But you can try to use emscripten to compile c to JS.
Even better - there is an NPM package that contains emscriptified brotli encoder: https://www.npmjs.com/package/brotli

@eustas commented on GitHub (Jul 23, 2018): Hello. Unfortunately we do not have time now to produce high-quality JavaScript encoder =( But you can try to use `emscripten` to compile c to JS. Even better - there is an NPM package that contains emscriptified brotli encoder: https://www.npmjs.com/package/brotli
Author
Owner

@eustas commented on GitHub (Dec 15, 2021):

Will be resolved once we have pure-java encoder (== not soon).

@eustas commented on GitHub (Dec 15, 2021): Will be resolved once we have pure-java encoder (== not soon).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#251