awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesBackground Thread Integration

Executing TypeScript code within background worker threads with automatic compilation.

Distinct from TypeScript Execution: Specializes general TypeScript execution by applying it specifically to background worker threads.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Background Thread Integration. Refine with filters or upvote what's useful.

Awesome Background Thread Integration GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • 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

    Executes TypeScript logic in worker threads with automatic transpilation and seamless promise-based communication.

    TypeScriptisomorphic-javascriptjavascriptmultithreading
    Vezi pe GitHub↗3,526
  • danog/madelineprotoAvatar danog

    danog/MadelineProto

    3,344Vezi pe GitHub↗

    MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin

    Executes functions in background green threads asynchronously without blocking the main flow.

    PHPamphpasyncbot
    Vezi pe GitHub↗3,344
  1. Home
  2. Programming Languages & Runtimes
  3. Language Interoperability
  4. Interoperability
  5. TypeScript Execution
  6. Background Thread Integration

Explorează sub-etichetele

  • Green Thread ForkingStarting background operations that run independently of the main flow using lightweight concurrency primitives. **Distinct from Background Thread Integration:** Distinct from Background Thread Integration: focuses on forking green threads for concurrency, not integrating TypeScript in worker threads.