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
- 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
cd ./static/
python -m SimpleHTTPServer
open http://localhost:8000
or visit: http://workers_0002.surge.sh/