JavaScript distributed computing project

Posted by Ben L. on Stack Overflow See other posts from Stack Overflow or by Ben L.
Published on 2010-06-09T15:37:49Z Indexed on 2010/06/09 15:42 UTC
Read the original article Hit count: 292

I made a website that does absolutely nothing, and I've proven to myself that people like to stay there - I've already logged 11+ hours worth of cumulative time on the page.

My question is whether it would be possible (or practical) to use the website as a distributed computing site.

My first impulse was to find out if there were any JavaScript distributed computing projects already active, so that I could put a piece of code on the page and be done. Unfortunately, all I could find was a big list of websites that thought it might be a cool idea.

I'm thinking that I might want to start with something like integer factorization - in this case, RSA numbers. It would be easy for the server to check if an answer was correct (simply test for modulus equals zero), and also easy to implement.

Is my idea feasible? Is there already a project out there that I can use?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about distributed