Skip to content

Best method to implement browser navigation #1

@gabrielpconceicao

Description

@gabrielpconceicao

First idea of implementation

The first idea is to create an iframe. Node will serve a web server with contains in home page a socket.io client that will receive orders from the socket.io server + tests api.

But this form of implementation have a problem. The "Same Origin" security policy, to increase security in browsers when we try to access a domain or port in an iframe not equal to the domain or port we are using on browser, doesn't allow you to access directly to the iframe.

Possible solutions

We can use other solutions, like include an embed or object tag, instead of an iframe.

@cusspvz

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