Skip to content

Parallel Computing on top of the Web Platform

License

Notifications You must be signed in to change notification settings

daviddias/WebCompute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Research for Parallel Computing on top of the Web Platform

Intro

Following up on the the research I've performed for my MSc, browserCloud.js, I've decided to continue working towards the goal of taking advantage of the Browser, the most Ubiquitous platform, to create a parallel runtime to leverage idle resources in user machines. These users would opt to volunteer (a la SETI@HOME, FOLDING@HOME, etc project) or incentivised (a la bitcoin, filecoin, etc).

Technical challenges

In order to build and optimize a parallel computing platform using Web technologies as the transport to move data around and the engine to compute that data, we have to test and experiment different approaches to solve the following technical challenges:

  • Communication between entities
    • centralised vs decentralised vs distributed.
    • recursive (store and forward, e.g: IP) or iterative
    • message queues
  • Performing computation
    • WebGL vs WebAssembly vs normal JS runtime
  • JS sandboxing
  • Shipping the code to the browsers (code signing, loading, etc)
  • And many others

Research and development endeavours

Articles and updates

Everyone is welcome to participate :)

You are welcome to open issues with questions, ideas, contribute to the list of endeavours, create a project towards the same goal and discuss potential new ways to make it more interesting! :D

About

Parallel Computing on top of the Web Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published