catiline
Advanced tools
Weekly downloads
Readme
Catiline.js is a JavaScript library all about workers. Workers should make your life easier, not harder, and with Catiline.js launching a new worker is as simple as calling a function. It works the same across all (modern) browsers. Formerly known as Communist.js, Catiline.js is the same great library with a less controversial name.
How easy is it? var worker = cw(myFunc)
creates a worker. Send it data with var response = worker.data(YOUR DATA);
, and the response is a promise. It's that easy. For more in-depth usage, checkout the examples bellow or the
Want to use it? Grab the development version or production version from the dist folder.
For usage in addition to the API page and documentation, I wrote a blog post about Catiline.js (under its old name). Or, you can browse some demos:
Updates and changes are all in the changelog.
There is also a plugin list.
Important: the file catiline.js or catiline.min.js should be a standalone file hosted on the same domain as your web page. If you can't, or need to bundle catiline but you need it to work on IE10, Opera, and Safari, you have to host the file "SHIM_WORKER.js" on the same domain as the html file
and set the path to it in a global variable SHIM_WORKER_PATH
before you load catiline.
This grew out of my work with earlier versions of this library and my differences in opinion with Parallel.js's direction. There is also a library doing very similar things called operative.
FAQs
Multi proccessing with workers in the browser.
The npm package catiline receives a total of 675 weekly downloads. As such, catiline popularity was classified as not popular.
We found that catiline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.