Earlier quoted context omitted.
Hi, the author is not twelve and he in fact is quite known in Python community. I'll ping him about missing license.
To wit, useful READMEs are useful. Make use of that fact, please.
Interacting with ZeroMQ from the browser
11–20 of 28 posts
Re: Interacting with ZeroMQ from the browser
#12Neat. 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
#13Neat. 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.
and it's written with noobish coffeescript and cakefiles :s
Re: Interacting with ZeroMQ from the browser
#14"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
#15Earlier quoted context omitted.
and it's written with noobish coffeescript and cakefiles :s
Haha, I know you don't like coffeescript, so I wrote clone client library for demo in pure JS - https://github.com/progrium/nullmq/blob/master/demos/presenc...
Re: Interacting with ZeroMQ from the browser
#16"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.
Not that it matters much, but ZeroMQ is written in C++, while exposing "C" only interface, and then additionally there is a C++ binding to this "C" interface, which IMHO is very robust design (C for API is much easier to access from other langs).
Re: Interacting with ZeroMQ from the browser
#17Earlier quoted context omitted.
Haha, I know you don't like coffeescript, so I wrote clone client library for demo in pure JS - https://github.com/progrium/nullmq/blob/master/demos/presenc...
it just looks like js generated with coffeescript.. not really the same thing
Re: Interacting with ZeroMQ from the browser
#18Re: Interacting with ZeroMQ from the browser
#19Neat. 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
#20Mongrel2.org anyone?