Right now there's the ZMQ_STREAM socket type that allows you to talk to a plain TCP server - websocket support is being worked on, see https://github.com/zeromq/libzmq/pull/3579
duplicate of https://github.com/zeromq/libzmq/issues/3581
What about req/rep socket ? can we use ZMQ socket to carry http request ?
@smaillns not at the moment.
The websocket transport will be merged soon and you will be able to use that.
I'm thinking of implementing HTTP, but it will take some time.
Have you any comment or idea about how to implement such an example https://github.com/smaillns/ZMQ_Samples/blob/master/capture.png
I have another serious question.. can we customise any application to use ZeroMQ sockets. i.e make it generic as possible.
Or let's say it differently .. can we imagine a communication layer based on ZMQ messaging system which can be adopted by any application ?
Most helpful comment
@smaillns not at the moment.
The websocket transport will be merged soon and you will be able to use that.
I'm thinking of implementing HTTP, but it will take some time.