andywer/threads.js
🧵 Make web workers & worker threads as simple as a function call.
Repository profile
Offload tasks to a pool of workers on node.js and in the browser
Repository updates
Get generated josdejong/workerpool development summaries by email, or follow the weekly and monthly RSS feeds.
Sign in to subscribe by email. RSS feeds are public.
Sign in to subscribeTracked growth, recent movement, and commit velocity from stored repository snapshots.
Latest capture 2026-07-14 03:10
5 captures since 2026-05-25
Stars from baseline +10
All tracked data
Frameworks, package managers, ecosystems, and dependency manifests found during catalog scans.
Scanned 2026-07-14 03:10
package.json
javascript ecosystem,
16 dependencies
package-lock.json
javascript ecosystem,
305 dependencies
examples/embeddedWorker/package.json
javascript ecosystem,
3 dependencies
examples/esbuild/package.json
javascript ecosystem,
5 dependencies
examples/vite/package.json
javascript ecosystem,
6 dependencies
examples/webpack5/package.json
javascript ecosystem,
18 dependencies
examples/embeddedWorker/package-lock.json
javascript ecosystem,
116 dependencies
examples/esbuild/package-lock.json
javascript ecosystem,
34 dependencies
Searchable topics, generated tags, and stack labels that explain where this repository fits.
Agent instructions and tool configuration paths found in the repository tree.
Nearest indexed repositories by embedding similarity.
🧵 Make web workers & worker threads as simple as a function call.
🏗️ Run a module in a Web Worker.
The same DOM API and Frameworks you know, but in a Web Worker.
Comlink makes WebWorkers enjoyable.
🦎 Move an async function into its own thread.
🗃 Offload your store management to a worker easily.