Skip to content

Proof of concept for actor model in client side javascript using web workers for concurrency

Notifications You must be signed in to change notification settings

orodio/workers_0002

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An extremely rough proof of concept for an actor model style concurrent front end.

NOTE The dom manipulation was hastily done, I am working on getting this concept to work with react/virtual-dom, but yeah, not right now

Goals

  • all actors are in their own process
  • all actors are spawned off the main thread
  • all actors can send messages to each other
  • interface for creating an actor and sending a message is the same for both the main thread and other actors
  • hook into react with a redux connect like decorator

See it in action

cd ./static/
python -m SimpleHTTPServer
open http://localhost:8000

or visit: http://workers_0002.surge.sh/

About

Proof of concept for actor model in client side javascript using web workers for concurrency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published