Interacting with ZeroMQ from the browser
avalanche123.com
Interacting with ZeroMQ from the browser
1–10 of 28 posts
Re: Interacting with ZeroMQ from the browser
#2I checked the README file for a license, but instead it says "ZeroMQ in your brower, yo!" Which tells me that:
1. I can't use it.
2. The author is 12.
3. It probably doesn't work.
Re: Interacting with ZeroMQ from the browser
#3Neat. I've wanted ZeroMQ in my browser. I checked the README file for a license, but instead it says "ZeroMQ in your brower, yo!" Which tells me that: 1. I can't use it. 2. The author is 12. 3. It probably doesn't work.
Re: Interacting with ZeroMQ from the browser
#4That's a spot on. It doesn't really matter whether you are using ZeroMQ, NullMQ or raw HTTP.
It's like OO-programming: You can write OO program in any language.
Same way, you can do distributed messaging on top of any transport layer.
Re: Interacting with ZeroMQ from the browser
#5"ZeroMQ’s actual C library (libzmq) is just an implementation detail." That's a spot on. It doesn't really matter whether you are using ZeroMQ, NullMQ or raw HTTP. It's like OO-programming: You can write OO program in any language. Same way, you can do distributed messaging on top of any transport layer.
Re: Interacting with ZeroMQ from the browser
#6Neat. I've wanted ZeroMQ in my browser. I checked the README file for a license, but instead it says "ZeroMQ in your brower, yo!" Which tells me that: 1. I can't use it. 2. The author is 12. 3. It probably doesn't work.
Re: Interacting with ZeroMQ from the browser
#7Neat. I've wanted ZeroMQ in my browser. I checked the README file for a license, but instead it says "ZeroMQ in your brower, yo!" Which tells me that: 1. I can't use it. 2. The author is 12. 3. It probably doesn't work.
Re: Interacting with ZeroMQ from the browser
#8Neat. I've wanted ZeroMQ in my browser. I checked the README file for a license, but instead it says "ZeroMQ in your brower, yo!" Which tells me that: 1. I can't use it. 2. The author is 12. 3. It probably doesn't work.
Hi, the author is not twelve and he in fact is quite known in Python community. I'll ping him about missing license.
Re: Interacting with ZeroMQ from the browser
#9Re: Interacting with ZeroMQ from the browser
#10I like delivering ZeroMQ content to the browser (I have even written my own little WebSockets server to deliver ZeroMQ-pubsub meessages to my webapp), but I'm not sure I understand what the use for STOMP or NullMQ is, here. Is STOMP just used for to translate some bits to ZeroMQ frame terms and NullMQ used as the WebSockets-to-ZeroMQ broker? Why is this better than https://github.com/tailhook/zerogw ?