Skip to content

Unified API to run webworkers in browsers or fake workers in node environments

License

Notifications You must be signed in to change notification settings

chrisinajar/anyworkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnyWorkify

Unified API to run webworkers in browsers or fake workers in node environments

Installation

npm install anyworkify

Usage

var work = require('anyworkify');

var w = work(require('./worker'));

See webworkify for API documentation...

License

MIT

About

Unified API to run webworkers in browsers or fake workers in node environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published