Bubble Foundry


actor.js

by Peter.

I just pushed actor.js to GitHub. It’s an easy-to-use wrapper of Firefox 3.5’s Web Workers, giving you a nice way to pass messages between threads via Actor objects which can listen to other Actor objects. It’s inspired by Scala’s Actor library, though beyond the name there’s probably nothing much in common – mine is surely much worse. Patches welcome!