catiline

2.9.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i catiline

Weekly Downloads

204

Version

2.9.3

License

MIT

Last publish

Collaborators

  • cwmma