Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shakyshane/amjs

Actor Model + Web Workers
https://github.com/shakyshane/amjs

Last synced: about 1 month ago
JSON representation

Actor Model + Web Workers

Awesome Lists containing this project

README

        

The 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