zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

WebSocket? #108

Open rchockxm opened 9 years ago

rchockxm commented 9 years ago

Hi,

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

Regards, Rchockxm

xaqq commented 9 years ago

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.

hintjens commented 9 years ago

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

On Fri, May 15, 2015 at 10:40 AM, KAPP Arnaud notifications@github.com 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.

rchockxm commented 9 years ago

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 commented 9 years ago

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

xaqq commented 9 years ago

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.

somdoron commented 9 years ago

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