awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesWebWorker RPC Libraries

Libraries that abstract postMessage communication as asynchronous function calls between the main thread and workers.

Distinct from RPC Servers: Specifically targets the main-thread-to-worker RPC pattern in the browser, distinct from server-side RPC servers.

Explore 1 awesome GitHub repository matching web development · WebWorker RPC Libraries. Refine with filters or upvote what's useful.

Awesome WebWorker RPC Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • googlechromelabs/comlinkAvatar von GoogleChromeLabs

    GoogleChromeLabs/comlink

    12,715Auf GitHub ansehen↗

    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

    Transforms message-based communication into asynchronous function calls between the main thread and web workers.

    TypeScript
    Auf GitHub ansehen↗12,715
  1. Home
  2. Web Development
  3. WebWorker RPC Libraries