Hi Mark, Ian, On Thu, Jul 5, 2012 at 12:44 AM, Ian Barber <[email protected]> wrote: >> I’m evaluating zeroMQ, and one main criteria we have is to support >> Websockets for client to server communications. >> >> >> >> Has there been any work on making a native Websocket transport for ZeroMQ >> in the core C++ libraries ? > > > No work that made it anywhere near head, but as Apostolis said there are > plenty of bridging methods. My personal favourite is Paul's ZeroGW: > https://github.com/tailhook/zerogw >
Thanks Ian, I appreciate your respect :) However, zerogw is designed with browser clients in mind. Mark's use case may be a bit different. Although, I would support usage of zerogw for other applications, but I'm not going to implement outbound websocket connections at the current stage of evolution of zerogw, so you need some complementary client implementation. -- Paul _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
