Actor Model for the Browser/Node using Web Workers
npm install amjsThe Actor Model in JS (web workers implementation)
The Actor:
- Is the fundamental unit of computation
- it must embody 3 things:
- processing (getting something done)
- storage, you need to remember things
- communications