comlink
Thread bridge
Library to simplify communication between threads in web applications
Comlink makes WebWorkers enjoyable.
11k stars
96 watching
390 forks
Language: TypeScript
last commit: 14 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
andywer/threads.js | A library that simplifies multithreading in Node.js and browsers by providing a unified API for worker threads | 3,067 |
googlechromelabs/carlo | A Node framework that embeds Google Chrome's rendering capabilities into Node applications. | 9,311 |
developit/workerize | Enables asynchronous execution of JavaScript functions within a Web Worker. | 4,352 |
audreyt/node-webworker-threads | Provides an API to run long-running tasks outside the main thread of a Node.js process, using native threads for parallel execution. | 2,297 |
athou/commafeed | A personal RSS reader inspired by Google Reader, allowing users to manage their feeds and articles in a self-hosted web application. | 2,799 |
developit/greenlet | A utility that moves an async function into its own isolated execution context | 4,677 |
googlechrome/workbox | A suite of tools and strategies for efficiently caching and serving web assets | 12,366 |
mjmlio/mjml | A markup language and compiler for creating responsive email templates with a semantic syntax and pre-built standard components | 17,082 |
weavejester/compojure | A concise routing library for Ring/Clojure applications | 4,089 |
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,791 |
gotify/server | A simple real-time message sending and receiving server with a web UI and CLI tools. | 11,458 |
imba/imba | A declarative programming language for building web applications with minimal syntax and built-in bundling capabilities. | 6,308 |
vasanthk/how-web-works | Explains how web browsing works behind the scenes from user input to rendering on-screen content | 16,131 |
mozilla/webextension-polyfill | A polyfill library that enables Promise-based WebExtension APIs on Google Chrome with minimal changes | 2,726 |
ampproject/worker-dom | A library that enables complex DOM mutations to be performed in a background thread. | 3,214 |