On 9 April 2011 00:10, Frank <[email protected]> wrote: > Is there a Microsoft Silverlight 4 binding out there that leverages the SL4 > net.tcp support ? I would like to have my silverlight client listen to > messages broadcast via ZeroMQ. > > > Wouldn't that have to be a pure implementation in .net, pretty much the same for Java, ActiveScript or anything else residing in a browser?
The idea so far has been that as ZeroMQ is not "Internet ready" so that you use a gateway, such as Mongrel2, and convert the wire protocol into say JSON, or YAML and feed over HTTP. Both paths require a bit of work. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
