zmqpp icon indicating copy to clipboard operation
zmqpp copied to clipboard

WebSocket?

Open rchockxm opened this issue 10 years ago • 6 comments
trafficstars

Hi,

I was wondering, is there any plan to add WebSocket feature?

Regards, Rchockxm

rchockxm avatar May 13 '15 15:05 rchockxm

Hello,

Are you referring to http://rfc.zeromq.org/spec:39 ?

I personaly do not plan to implement support for it (at least not in the foreseeable future) but we would accept patches. However, I believe that this would be better if this was implemented in libzmq directly because it would make it available to all bindings.

xaqq avatar May 15 '15 08:05 xaqq

Alternatively, implementing it in CZMQ would make it very easy to wrap.

On Fri, May 15, 2015 at 10:40 AM, KAPP Arnaud [email protected] wrote:

Hello,

Are you referring to http://rfc.zeromq.org/spec:39 ?

I personaly do not plan to implement support for it (at least not in the foreseeable future) but we would accept patches. However, I believe that this would be better if this was implemented in libzmq directly because it would make it available to all bindings.

— Reply to this email directly or view it on GitHub https://github.com/zeromq/zmqpp/issues/108#issuecomment-102320060.

hintjens avatar May 15 '15 10:05 hintjens

Hi, xaqq,

Thanks for your reply.

I've read that the article. I'm using ZWSSock with CZMQ under Visual C++ 2013.

I just do not understand why there is zmqpp and zmqpp, what are their differences, as well as the friendliness of the WebSocket.

Regards, Rchockxm

rchockxm avatar May 15 '15 12:05 rchockxm

Hi, hintjens,

Thanks for your reply.

I've been using the C and ZeroMQ, and want to use c ++ and WebSocket, but I did not find the relevant examples. Or you can give me some tips?

Regards, Rchockxm

rchockxm avatar May 15 '15 12:05 rchockxm

I've been using the C and ZeroMQ, and want to use c ++ and WebSocket, but I did not find the relevant examples. Or you can give me some tips?

That's the thing, this is not implemented yet. I believe the ZRFC was drafted by @somdoron and he implemented support for it in the .NET binding, as well as in Javascript library.

xaqq avatar Jun 11 '15 20:06 xaqq

also in https://github.com/zeromq/zwssock

somdoron avatar Jul 03 '15 09:07 somdoron