nats.java icon indicating copy to clipboard operation
nats.java copied to clipboard

Websocket Support - Java

Open brimworks opened this issue 4 years ago • 2 comments

I'm working on a project which requires connections to be established over HTTP (potentially over an HTTP proxy). To that end, I was planning to write a DataPort implementation which checks if the serverURI has a scheme of "ws" (or "wss" if secure is desired) and then performs an HTTP connection (potentially respecting any desire to use a proxy).

Is there any pre-existing code which might already implement this?

If not, is there others which would benefit from this code being contributed back to this project?

Thanks, -Brian

brimworks avatar Jan 21 '21 16:01 brimworks

I've posted a PR to add this support here: https://github.com/nats-io/nats.java/pull/426

brimworks avatar Mar 12 '21 18:03 brimworks

Hi, we are interested in this. Will it be merged anytime soon?

emmanuelandre avatar Jun 30 '22 06:06 emmanuelandre