Skip to content

Details

Examples of Actor Model patterns and practices in JavaScript using TartJS (https://github.com/organix/tartjs).

We will start from creating and explaining a single actor behavior. We will then work through actor idioms and demonstrate them by executing Node.js code. Then, we will expand all the way to an implementation of an intergalactic messaging framework that maintains actor capability security and transparently delivers messages to their destinations wherever they may be (including the browser)!

Related topics

You may also like