deflate-js

DEFLATE implemented in JavaScript (works in browser and Node)

Install

All systems
curl cmd.cat/deflate-js.sh
Debian Debian
apt-get install node-deflate-js
Ubuntu
apt-get install node-deflate-js
image/svg+xml Kali Linux
apt-get install node-deflate-js
Windows (WSL2)
sudo apt-get update sudo apt-get install node-deflate-js

node-deflate-js

DEFLATE implemented in JavaScript (works in browser and Node)

This module does deflate compression/decompression in the browser and node. This module is not meant to be run on node for any production code. The native version of deflate should be used instead because it is much faster. The main reason for this being node-compatible is for testing purposes. Currently deflate does not pass all tests, but inflate does. This should not be used for compressing data yet in production. Node.js is an event-based server-side JavaScript engine.