I have heard some facts about ZeroMQ, and I think this is a very powerful thing. But now I'm trying to imagine how this can be applied in a web application.
Could you give an example of using ZeroMQ in web applications?
So the first thing that amazes me is a simple chat application. So, we need interfaces and a backend. I prefer using python + Tornado as a backend. There is python lib to use ZeroMQ. It is clear. So the next thing is the interface. In the interface, I will use some javascript to interact with the backend.
So, to do this, I have to use ajax calls, right? Are there any other ways to do this?
TIA!
dizpers
source share