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
·

1 repository

Awesome GitHub RepositoriesRemote Object Proxies

Passing a proxy reference instead of a cloned object to allow shared interaction across threads.

Distinct from Data Transfer Objects: Focuses on shared proxy references for inter-thread communication rather than clipboard or DTO mapping.

Explore 1 awesome GitHub repository matching data & databases · Remote Object Proxies. Refine with filters or upvote what's useful.

Awesome Remote Object Proxies GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • googlechromelabs/comlinkAvatar GoogleChromeLabs

    GoogleChromeLabs/comlink

    12,715Vezi pe 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

    Passes a proxy of a value instead of a copy to allow multiple threads to interact with a single object instance.

    TypeScript
    Vezi pe GitHub↗12,715
  1. Home
  2. Data & Databases
  3. Data Transfer Objects
  4. Remote Object Proxies