awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Background Processing Workers · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesBackground Processing Workers

Utilities for offloading intensive tasks to background threads in web environments.

Distinguishing note: Focuses on UI responsiveness via threading, distinct from general task scheduling.

Explore 1 awesome GitHub repository matching web development · Background Processing Workers. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Background Processing Workers

Awesome Background Processing Workers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • GoogleChromeLabs/squoosh

    GoogleChromeLabs/squoosh

    24,771View on GitHub↗

    Squoosh is a browser-based image optimizer that compresses and converts image files directly within the local environment. By performing all operations on the user device, it eliminates the need for server-side processing, ensuring that sensitive data remains private and reducing network latency. The tool utilizes a collection of high-performance image codecs compiled via WebAssembly to provide professional-grade file optimization and format conversion. To maintain interface responsiveness during resource-intensive tasks, the application offloads image manipulation to background threads and u

    Executes intensive image processing tasks on background threads to keep the user interface responsive.

    TypeScript
    24,771View on GitHub↗