Skip to content
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

Closed
smaillns opened this issue Jul 15, 2019 · 6 comments

Comments

@smaillns
Copy link

No description provided.

@bluca
Copy link
Member

bluca commented Jul 15, 2019

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

@bluca
Copy link
Member

bluca commented Jul 15, 2019

duplicate of #3581

@bluca bluca closed this as completed Jul 15, 2019
@smaillns
Copy link
Author

What about req/rep socket ? can we use ZMQ socket to carry http request ?

@somdoron
Copy link
Member

@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.

@smaillns
Copy link
Author

smaillns commented Jul 17, 2019

Have you any comment or idea about how to implement such an example https://github.com/smaillns/ZMQ_Samples/blob/master/capture.png

@smaillns
Copy link
Author

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants