Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

catiline

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Issues
File Explorer

Advanced tools

catiline

Multi proccessing with workers in the browser.

    2.9.3latest
    GitHub

Version published
Maintainers
1
Weekly downloads
709
increased by4.11%

Weekly downloads

Readme

Source

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

API page.

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.

Selenium Test Status

Keywords

FAQs

Last updated on 25 Oct 2013

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc