Skip to content

Spread your HTML5 app computation across multiple CPU cores using web workers.

Notifications You must be signed in to change notification settings

iphong/computejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

computejs

Advanced javascript compute engine for most modern browsers.

How to use?

<script src="compute.js"></script>
Creating a compute node
var node = new Compute.Node("/test.js");
Creating a compute cluster with 4 nodes
var cluster = new Compute.Cluster("/test.js", 4);

This library is developed by Phong Vu.

About

Spread your HTML5 app computation across multiple CPU cores using web workers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published