Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shakyshane/amjs
- Owner: shakyShane
- Created: 2017-12-27T19:40:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-09T21:08:53.000Z (over 6 years ago)
- Last Synced: 2024-08-08T21:12:24.589Z (5 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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