amjs

Actor Model for the Browser/Node using Web Workers

Usage no npm install needed!

<script type="module">
  import amjs from 'https://cdn.skypack.dev/amjs';
</script>

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