README
drama
Actor model implementation for JavaScript and Node.js (work in progress)
Inspirations: Scala Actors, Akka, Pykka
licence
MIT/X11
drama is an Actor model implementation for JavaScript and Node.js
<script type="module">
import drama from 'https://cdn.skypack.dev/drama';
</script>
Actor model implementation for JavaScript and Node.js (work in progress)
Inspirations: Scala Actors, Akka, Pykka
MIT/X11