Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 721 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 721 Bytes

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/