[](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)
Zstandard (zstd) compression library bindings with Node-API
Node.js interface to the system installed zstd.
Transform stream that decompress its input if it's compressed, and echoes it if not
ZSTD (Zstandard) decoder for Web and Node.js, using WebAssembly
Provide I18n to your React Native application
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
<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"
Node.js addon for native Zstandard encoding and decoding with support for dictionaries.
For ruby and ruby on rails
https://github.com/facebook/zstd compiled to WebAssembly and exposed as a high-level TypeScript/JavaScript API . PRs welcome!
hpcc-js - WASM Libraries
A pure JavaScript implementation of Sass.
The core of Expo Modules architecture
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Browser side compression library from the official Zstandard library.
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
English | [简体中文](./README-zh_CN.md) # 🔬speedscope A fast, interactive web-based viewer for performance profiles. Supports import from a variety of profiles in a variety of languages (JS, Ruby, Python, Go & more). Try it here: https://www.speedscope.app
Convert Oniguruma patterns to native JavaScript RegExp
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.
SQLite3 bindings for React Native (Android & iOS)
A Ruby gem providing full access to the Facebook Zstandard (zstd) compression library via native C bindings. Includes all compression, decompression, streaming, and dictionary features.
Scrapetor is a Ruby HTML parsing + scraping toolkit. The parser is a native C arena DOM with structural indexes built at parse time and NEON SIMD scanners in the SAX hot loop. A streaming extraction engine compiles the schema DSL into a single forward pass — no DOM materialised, one Ruby boundary crossing per document. On builds where libcurl is available, Scrapetor::Fetcher adds an HTTP/2-capable fetch layer with per-thread connection cache, shared DNS + TLS session pool, in-process gzip / deflate / brotli / zstd decoding, iconv charset transcoding, retry + exponential backoff, ETag / Last-Modified disk cache with bulk revalidation, per-host throttle, cookie jar, basic + bearer auth, proxy, and three bulk concurrency models (parallel_fetch / multi_fetch / streaming multi_each). Scrapetor::Session ties the cookie / auth / throttle / retry policies together. Also ships robots.txt + sitemap.xml parsers, a bounded-memory streaming HTML parser, and structured-data extractors (JSON-LD, OpenGraph, Schema.org, Microdata, RDFa, Twitter Cards). The Net::HTTP-based Scrapetor.fetch is preserved as the no-libcurl fallback.