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: almost 4 years ago
Linked from 1 awesome list
threadingweb-workerweb-workers
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility that moves an async function into its own isolated execution context | 4,678 |
| A library that simplifies multithreading in Node.js and browsers by providing a unified API for worker threads | 3,082 |
| A library that enables complex DOM mutations to be performed in a background thread. | 3,218 |
| Provides an API to run long-running tasks outside the main thread of a Node.js process, using native threads for parallel execution. | 2,296 |
| A framework for building fast and scalable network applications using asynchronous event-driven programming in PHP. | 11,207 |
| An asynchronous JavaScript templating system for rendering HTML templates on both the client-side and server-side. | 2,913 |
| A fast and efficient worker thread pool implementation for Node.js | 4,437 |
| Provides tools for organizing asynchronous code using Promises/A+ | 3,608 |
| A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,839 |
| A WebAssembly virtual DOM library for C++ applications | 2,799 |
| 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,776 |
| A utility library for working with native JavaScript objects | 4,537 |
| Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,362 |
| Library to simplify communication between threads in web applications | 11,493 |
| An ECMAScript module loader for Node.js that provides a simple and production-ready way to support ES modules in Node 6+ | 5,274 |