0.0.8 • Published 7 years ago
betajs-workers 0.0.8

BetaJS-Workers is a light-weight library for accessing web workers uniformly and conveniently.
Getting Started
You can use the library in the browser, in your NodeJS project, webworkers and compile it as well.
Browser
<script src="betajs/dist/betajs.min.js"></script>
<script src="betajs-workers/dist/betajs-workers.min.js"></script>
NodeJS
var BetaJS = require('betajs/dist/beta.js');
require('betajs-workers/dist/betajs-workers.js');
Compile
git clone https://github.com/betajs/betajs-workers.git
npm install
grunt
Basic Usage
This module allows you to communicate with webworkers and to augment webworkers with access to function of the host. Work in progress.
Links
Compatability
| Target | Versions |
|---|
| Firefox | 21 - Latest |
| Safari | 6 - Latest |
| Internet Explorer | Latest |
| Chrome | 18 - Latest |
| Opera | 12 - Latest |
| Edge | 12 - Latest |
| iOS | 7.0 - Latest |
| Yandex | Latest |
| Android | 4.4 - Latest |
| NodeJS | 4.0 - Latest |
CDN
Unit Tests
Dependencies
Weak Dependencies
Main Contributors
License
Apache-2.0
Sponsors