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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
developit avatar

developit/stockroom

0
View on GitHub↗
stockroom.surge.sh↗

Stockroom

🗃 Offload your store management to a worker easily.

Features

  • Web Worker Management - Offloading store management to workers.

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI
1,747 stele·44 fork-uri·JavaScript·8 vizualizări

Istoric stele

Graficul istoricului de stele pentru developit/stockroomGraficul istoricului de stele pentru developit/stockroom

Întrebări frecvente

Ce face developit/stockroom?

🗃 Offload your store management to a worker easily.

Care sunt principalele funcționalități ale developit/stockroom?

Principalele funcționalități ale developit/stockroom sunt: Web Worker Management.

Care sunt câteva alternative open-source pentru developit/stockroom?

Alternativele open-source pentru developit/stockroom includ: 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/workerize — Workerize is a web worker module loader and main thread offloader. It functions as an asynchronous proxy wrapper that… googlechromelabs/clooney — Clooney is an actor library for the web. Use workers without thinking about workers.

Alternative open-source pentru Stockroom

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Stockroom.
  • andywer/threads.jsAvatar andywer

    andywer/threads.js

    3,526Vezi pe 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
    Vezi pe GitHub↗3,526
  • builderio/partytownAvatar BuilderIO

    BuilderIO/partytown

    13,707Vezi pe 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
    Vezi pe GitHub↗13,707
  • developit/greenletAvatar developit

    developit/greenlet

    4,689Vezi pe 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
    Vezi pe GitHub↗4,689
  • ampproject/worker-domAvatar ampproject

    ampproject/worker-dom

    3,261Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗3,261
  • Vezi toate cele 9 alternative pentru Stockroom→