HTTP/HTTPS tunnel proxy for luminati.io using round robin strategy.
Connection pool for node-postgres
A general purpose buffer pool.
OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources
TypeScript definitions for pg-pool
Generic resource pooling for Node.JS
A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
Resource pooling for Node.JS
Workers Vitest integration for writing Vitest unit and integration tests that run inside the Workers runtime
A fast, efficient Node.js Worker Thread Pool implementation
Map-like, concurrent promise processing for Node.js
Simple and robust resource pool for node.js
Offload tasks to a pool of workers on node.js and in the browser
Reuse typed arrays
Download and extract files
ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects
Lightweight worker pool using NodeJS worker_threads
Runs Promises in a pool that limits their concurrency.
Typed TypeScript/JavaScript SDK for the Proxies.sx Pool Gateway reseller API. Mint Pool Access Keys, build proxy URLs, and ship a reseller business.
Download and extract files
A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.
Drop-in React component and headless hooks for embedding a Proxies.sx Pool Gateway reseller dashboard into any React app.
Fastest generic Pool written with TypeScript
A module for managing ES6 promise concurrency, frequency, and efficiency.
TCP application host and proxy server
Supports HTTP/2, HTTP/1.X, HTTP proxying, connection pooling, concurrent requests, and lots more
A lightweight, idiomatic Ruby client for managing isolated container sandboxes via the open-sandbox.ai REST API. Supports sandbox lifecycle (create, pause, resume, delete), resource pools, diagnostics, HTTP proxying, and polling helpers.
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.