[](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)
Node.js interface to the system installed zstd.
Zstandard (zstd) compression library bindings with Node-API
ZSTD (Zstandard) decoder for Web and Node.js, using WebAssembly
<img src="https://github.com/bokuweb/zstd-wasm/workflows/Continuous%20Integration/badge.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@bokuweb/zstd-wasm"><img src="https://img.shields.io/npm/v/@bokuweb/zstd-wasm.svg" alt="Build Status"
https://github.com/facebook/zstd compiled to WebAssembly and exposed as a high-level TypeScript/JavaScript API . PRs welcome!
hpcc-js - WASM Libraries
Transform stream that decompress its input if it's compressed, and echoes it if not
Browser side compression library from the official Zstandard library.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Framed WebSocket Communication
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Middleware to set X-Frame-Options headers
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
CLI for compressing files.
This package provides Zstandard (Zstd) compression utilities for the Hiero DID SDK JS.
ZSTD (Zstandard) decoder for Web and Node.js, using WebAssembly
Framed Msgpack RPC for node.js
zstd seekable format compression and decompression. Supports sync and async I/O
Fetch, cache, and persist Solana account data for in-process tests
Adds zstd+tcp:// endpoint support to OMQ with per-frame Zstd compression, bounded decompression, in-band dictionary shipping, and sender-side dictionary training.
Ruby bindings (via Rust/magnus) for the Zstandard compressor with persistent ZSTD_CCtx / ZSTD_DCtx contexts that are reused across calls. Provides Zstd frame compress/decompress at module level and a stateful Dictionary class for dict-bound compression. Designed to be safe to call from multiple Ractors and competitive with rlz4 on small messages, where per-call context allocation in zstd-ruby dominates the cost.