Move an async function into its own thread. A simplified single-function version of workerize.
worker webworker thread web-worker workerize greenlet asyncOffload your store management to a worker. Stockroom seamlessly runs a Unistore store (and its actions) in a Web Worker, setting up optimized bidirectional sync so you can also use & subscribe to it on the main thread.
unistore worker web-worker flux state-management state-container preact state-machine threads reduxA webpack loader that moves a module and its dependencies into a Web Worker, automatically reflecting exported functions as asynchronous proxies.
webpack-loader webpack-plugin webpack worker web-worker loader thread workerizeNo Flash, No Java, No Websocket, No Bullshit. This is a very lightweight Speedtest implemented in Javascript, using XMLHttpRequest and Web Workers.
html5-speedtest speedtest web-worker xhr internet-speed internet-speed-checkerMoving a function to a worker is really simple. The above examples only work when the class/function is not dependent on the containing scope, i.e. other libraries or global objects. But, you can create a custom worker.js file and move the code in there. In the worker, you can expose your object/function/class using workly.expose method.
webworker developer-tools thread web-worker web-workers workerAutomatically bundle & compile Web Workers within Webpack. The best part? That worker constructor works just fine without bundling turned on too.
webpack workers webworker webpack-plugin plugin worker web-worker threadNative cross-platform Web Workers. Works in published npm modules. In Node, it's a web-compatible Worker implementation atop Node's worker_threads.
worker worker_threads webworker web-worker threadssimply rnpm link react-native-workers and you'r good to go.
react-native react-component worker web-worker webworker background ios androidDefiantJS provides the ability for you to build smart templates applicable on JSON structures, based upon proven & standardized technologies such as XSLT and XPath. DefiantJS also extends the global object JSON with the method "search", which enables searches on JSON structures with XPath expressions and returns matches as an array-like object.
xpath xslt web-worker json search browser xpath-queries query nodeEasy communication with a Web Worker or Service Worker from React. React component for easy communication with a Web Worker. Leverages the Render Props pattern for ultimate flexibility as well as the new Context API for ease of use. Just specify the public url to your Web Worker and you'll get access to any messages or errors it sends, as well as the postMessage handler. Also works with Service Workers.
react web-workerJavascript thread library. Uses web workers when run in browsers and child processes when run by node.js. Also supports browsers which do not support web workers.You don't have to write the thread's code inline. The file is expected to be a commonjs module (so something that uses module.exports = ...), for node and browser.
nodejs thread-pool web-worker isomorphic-javascript threads cluster child_process threadpool spawn fork parallelA small and performant library for communicating with Web Workers or Service Workers, using Promises. Post a message to the worker, get a message back. Note that you require() two separate APIs, so the library is split between the worker.js and main file. This keeps the total bundle size smaller.
web-worker promise webworker workerOffload modules to Worker threads seamlessly using Comlink. The goal of comlink-loader is to make the fact that a module is running inside a Worker nearly transparent to the developer.
comlink worker webworker threading webpack webpack-loader loader web-worker threadOffload tasks to a pool of workers on node.js and in the browser
worker web-worker cluster pool isomorphicDemo of preact rendering an entire app in a Web Worker.
web-worker preact workers thread background-thread virtual-dom dom demo webpack workerSimple way to use threads in javascript. Based on web workers.
jthread web-worker worker multi-thread threadsDeprecation notice: This package is near its end of life. Switch to threads.js instead. It provides the same features plus additional ones and is generally more awesome :) PS: If you feel different about it, feel free to open an issue.threadpool.js is aimed to be a general-purpose multi-threading library for Javascript. Its key features are portability and ease of use. The library can either be used in a stand-alone fashion or as a require.js module.
threadpool web-workerA library for rendering custom elements in a web worker.
web-components webcomponents react virtualdom web-workerSerialize virtual-dom patches into a very efficient JSON format, and then patch the DOM directly from that object. Designed for generating patches on the server or in a web worker and then sending that to the client. Basically this a more efficient and specialized version of vdom-as-json.
virtual dom serialized web-worker
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.