diff --git a/README.md b/README.md index 59458a0..d5e26fc 100644 --- a/README.md +++ b/README.md @@ -6,28 +6,36 @@ Parallel.js [![npm](https://img.shields.io/npm/dm/paralleljs.svg?maxAge=2592000)]() -_Easy Parallel Computing with Javascript_ +_Easy multi-core processing with javascript._ > Please note that version 2.1 is 2 years old > **Update: September 2016**: New forces are put in place to drive the code forward. - - Parallel.js is a library for to make parallel computing in Javascript simple. It works in Node.js and in the Web Browser. Parallel takes advantage of Web Workers for the web, and child processes for Node. # Installation -You can download the raw javascript file [here](https://raw.github.com/adambom/parallel.js/master/lib/parallel.js) - -Just include it via a script tag in your HTML page - -Parallel.js is also available as a node module: +For node: ```bash npm install paralleljs --save ``` +Download the last javascript file [here](https://raw.github.com/parallel-js/parallel.js/master/lib/parallel.js) and include it via a script tag in your HTML page + +```html + +``` + + + +# Compatibility +Tested on Node.js 6 and 4 + +[![browser support](https://ci.testling.com/adambom/parallel.js.png)](https://ci.testling.com/adambom/parallel.js) + + # Usage #### `Parallel(data, opts)` @@ -213,5 +221,6 @@ p = new Parallel([1, 2, 3], { p.map(d => d * global.parallel.a); ``` -# Compatibility -[![browser support](https://ci.testling.com/adambom/parallel.js.png)](https://ci.testling.com/adambom/parallel.js) +---- + +[![Throughput Graph](https://graphs.waffle.io/parallel-js/parallel.js/throughput.svg)](https://waffle.io/parallel-js/parallel.js/metrics/throughput)