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
Back to pshihn/workly

Open-source alternatives to Workly

9 open-source projects similar to pshihn/workly, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Workly alternative.

  • 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
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • developit/stockroomdevelopit avatar

    developit/stockroom

    1,747View on GitHub↗

    🗃 Offload your store management to a worker easily.

    JavaScript
    View on GitHub↗1,747
  • developit/workerizedevelopit avatar

    developit/workerize

    4,378View on GitHub↗

    Workerize is a web worker module loader and main thread offloader. It functions as an asynchronous proxy wrapper that allows JavaScript modules to run in background workers, preventing browser UI freezes by delegating computationally expensive tasks to separate threads. The project utilizes a proxy-based interface to call functions inside a background worker as if they were local asynchronous calls. This mechanism enables the execution of modules in parallel workers to maintain main thread responsiveness. The system covers asynchronous module execution and web worker integration, focusing on

    JavaScript
    View on GitHub↗4,378
  • googlechromelabs/clooneyGoogleChromeLabs avatar

    GoogleChromeLabs/clooney

    1,421View on GitHub↗

    Clooney is an actor library for the web. Use workers without thinking about workers.

    JavaScript
    View on GitHub↗1,421
  • googlechromelabs/comlinkGoogleChromeLabs avatar

    GoogleChromeLabs/comlink

    12,715View on GitHub↗

    Comlink is a remote procedure call library that transforms message-based communication into asynchronous function calls between the main thread and web workers. It provides a proxy-based interface that allows multiple threads to interact with a single object instance without manual message handling. The project enables the execution of functions across separate browser windows, iframes, and web workers, making external calls behave like local asynchronous operations. It supports the transfer of non-cloneable data through custom serialization handlers and allows for the movement of ownership f

    TypeScript
    View on GitHub↗12,715
  • josdejong/workerpooljosdejong avatar

    josdejong/workerpool

    2,301View on GitHub↗

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

    JavaScript
    View on GitHub↗2,301