workerize
Worker executor
Enables asynchronous execution of JavaScript functions within a Web Worker.
🏗️ Run a module in a Web Worker.
4k stars
51 watching
91 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
threadingweb-workerweb-workers
Related projects:
Repository | Description | Stars |
---|---|---|
developit/greenlet | A utility that moves an async function into its own isolated execution context | 4,677 |
andywer/threads.js | A library that simplifies multithreading in Node.js and browsers by providing a unified API for worker threads | 3,067 |
ampproject/worker-dom | A library that enables complex DOM mutations to be performed in a background thread. | 3,214 |
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 |
walkor/workerman | A framework for building fast and scalable network applications using asynchronous event-driven programming in PHP. | 11,167 |
linkedin/dustjs | An asynchronous JavaScript templating system for rendering HTML templates on both the client-side and server-side. | 2,913 |
piscinajs/piscina | A fast and efficient worker thread pool implementation for Node.js | 4,361 |
tildeio/rsvp.js | Provides tools for organizing asynchronous code using Promises/A+ | 3,612 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,752 |
mbasso/asm-dom | A WebAssembly virtual DOM library for C++ applications | 2,795 |
async-labs/builderbook | A comprehensive web application to learn and build full-stack web apps using React, Next.js, Node.js, Express.js, MongoDB, and various other technologies. | 3,771 |
andrewplummer/sugar | A utility library for working with native JavaScript objects | 4,541 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,366 |
googlechromelabs/comlink | Library to simplify communication between threads in web applications | 11,413 |
standard-things/esm | An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |