awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
josdejong avatar

josdejong/workerpool

0
View on GitHub↗
2,301 stars·164 forks·JavaScript·Apache-2.0·6 views

Workerpool

Offload tasks to a pool of workers on node.js and in the browser

Features

  • Web Worker Management - Managing pools of workers.

Star history

Star history chart for josdejong/workerpoolStar history chart for josdejong/workerpool

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Workerpool

Similar open-source projects, ranked by how many features they share with Workerpool.
  • andywer/threads.jsandywer avatar

    andywer/threads.js

    3,526View on GitHub↗

    threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive tasks to background threads. It functions as a cross-platform worker pool and a TypeScript worker runner that automatically transpiles and executes TypeScript files within separate threads. The project distinguishes itself by providing a unified worker API that allows for cross-platform execution across different JavaScript environments. It includes a specialized worker data serialization tool to pass complex class instances and binary data between threads, and supports inlini

    TypeScriptisomorphic-javascriptjavascriptmultithreading
    View on GitHub↗3,526
  • builderio/partytownBuilderIO avatar

    BuilderIO/partytown

    13,707View on GitHub↗

    Partytown is a main thread performance optimizer and web worker script orchestrator. It functions as a third party script offloader that relocates resource-intensive external JavaScript from the browser's main thread into a sandboxed web worker environment. The project focuses on improving core web vitals and overall page responsiveness by reducing main thread blocking time. This isolation ensures that heavy third party scripts do not interfere with the execution of core application code and page loading speed. The system provides infrastructure for client-side script offloading through DOM

    TypeScript
    View on GitHub↗13,707
  • developit/greenletdevelopit avatar

    developit/greenlet

    4,689View on GitHub↗

    Greenlet is a multi-threaded asynchronous executor and web worker task runner. It serves as an execution wrapper that offloads heavy computation to background workers to maintain user interface responsiveness and prevent the main execution thread from blocking. The project includes a transferable object handler designed to move large data buffers between threads. This mechanism avoids the overhead of memory copying to optimize data transfer. The library covers the management of web workers, facilitating asynchronous task isolation and main thread offloading.

    JavaScript
    View on GitHub↗4,689
  • ampproject/worker-domampproject avatar

    ampproject/worker-dom

    3,261View on GitHub↗

    The same DOM API and Frameworks you know, but in a Web Worker.

    TypeScript
    View on GitHub↗3,261
See all 9 alternatives to Workerpool→

Frequently asked questions

What does josdejong/workerpool do?

Offload tasks to a pool of workers on node.js and in the browser

What are the main features of josdejong/workerpool?

The main features of josdejong/workerpool are: Web Worker Management.

What are some open-source alternatives to josdejong/workerpool?

Open-source alternatives to josdejong/workerpool include: ampproject/worker-dom — The same DOM API and Frameworks you know, but in a Web Worker. andywer/threads.js — threads.js is a JavaScript worker thread library and asynchronous task orchestrator designed to offload CPU-intensive… builderio/partytown — Partytown is a main thread performance optimizer and web worker script orchestrator. It functions as a third party… developit/greenlet — Greenlet is a multi-threaded asynchronous executor and web worker task runner. It serves as an execution wrapper that… developit/stockroom — 🗃 Offload your store management to a worker easily. developit/workerize — Workerize is a web worker module loader and main thread offloader. It functions as an asynchronous proxy wrapper that…