awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Asynchronous Orchestration Patterns · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesAsynchronous Orchestration Patterns

Mechanisms for managing complex, multi-step non-blocking execution pipelines.

Distinguishing note: Focuses on architectural flow control rather than specific language features.

Explore 1 awesome GitHub repository matching software engineering & architecture · Asynchronous Orchestration Patterns. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Asynchronous Orchestration Patterns

Awesome Asynchronous Orchestration Patterns GitHub Repositories

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

    naptha/tesseract.js

    37,866View on GitHub↗

    Tesseract.js is a JavaScript library that provides optical character recognition capabilities directly within web browsers and Node.js environments. It functions as a client-side engine, enabling the conversion of images containing printed text into machine-readable strings without the need for external APIs or server-side infrastructure. The library distinguishes itself by running the original C++ optical character recognition engine within the browser through WebAssembly modules. To maintain interface responsiveness during intensive computation, it utilizes background threads for parallel p

    Manages complex multi-step recognition pipelines by chaining non-blocking operations to handle large documents without freezing the execution environment.

    JavaScriptdeep-learningjavascriptocr
    37,866View on GitHub↗