Skip to content

[Question] can this be used for browser plugins? #116

@domdorn

Description

@domdorn

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions