I'm currently developing a browser plugin for firefox.
As firefox (as well as chrome, etc.) has different scopes for the DOM of normal pages and the DOM accessed by the plugin, the plugin can only interact with the page through message passing (so no invocations on objects).. basically a perfect use case for Akka(.js).
Is it possible to spawn an ActorSystem in the scope of the page and one in the scope of the plugin and let them communicate?