-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we transform **cleanly** a communication based on HTTP API --> to a message communication using ZMQ library ? #3583
Comments
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 #3579 |
duplicate of #3581 |
What about req/rep socket ? can we use ZMQ socket to carry http request ? |
@smaillns not at the moment. 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. |
No description provided.
The text was updated successfully, but these errors were encountered: