Skip to content

Websocket transport with native websockets #4781

Open
@sphaero

Description

@sphaero

Libzmq has (DRAFT) websocket transport support since quite some time. However this requires the jszmq js library. It would be great to support native websockets as well which currently does not work.

I haven't found the path in the code yet where it happens but websocket requests not talking ZWS are immediately dropped I guess.

Perhaps using a STREAM socket it should be easy to support native websockets. For example using the browser without the jszmq lib.

Has anyone worked on this? Any suggestions what should/could be done?

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