0.1.1 • Published 10 years ago

unworkify v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

unworkify

Non-concurrent API compatible with webworkers for environments where webworkers are unavailable

Works as drop-in replacement for @substack's webworkify, instead of:

w = require('webworkify')(require('./worker.js'));

write:

w = require('unworkify')(require('./worker.js'));

Compatible with NodeJS and browserify. Warning: incomplete and possibly buggy API implementation

Example

See example/main.js, uses webworkify in the browser and unworkify on servers (based on the webworkify example).

See also

License

MIT

0.1.1

10 years ago

0.1.0

10 years ago