[zeromq-dev] Websockets as a Transport ?
Mark Farnan
mark.farnan at petrolink.com
Wed Jul 4 23:06:51 CEST 2012
Thanks for the quick reply.
I am actually not so much interested in the browser, as I am in using
Websockets for the underlying transport between applications / clients &
Server, which have to communicate across the Internet, (over firewalls).
Websockets works extremely well for this purpose, to provide a bidirectional
socket based connection, over ports 80/443. Many corporate firewalls have
TCP ports blocked, and opening them is not an option for our application.
ZeroMQ looks perfect for the task in all things, except no Websocket
transport (to replace the TCP transport), so I was hoping someone has looked
at it already.
Writing it ourselves may be an option, vs using another of the Messaging
systems.
Regards
Mark Farnan
From: zeromq-dev-bounces at lists.zeromq.org
[mailto:zeromq-dev-bounces at lists.zeromq.org] On Behalf Of Apostolis
Xekoukoulotakis
Sent: Wednesday, July 04, 2012 3:37 PM
To: ZeroMQ development list
Subject: Re: [zeromq-dev] Websockets as a Transport ?
This isnt the official response.
It is very easy though to create a bridge between the two if you use nodejs
and the socket.io module.
There was also a project to put the zeromq semantics in the browser.
https://github.com/progrium/nullmq
2012/7/4 Mark Farnan <mark.farnan at petrolink.com>
Howdy all,
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 ?
Regards
Mark Farnan
Director, Product Development
Petrolink Services Inc
_______________________________________________
zeromq-dev mailing list
zeromq-dev at lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev
--
Sincerely yours,
Apostolis Xekoukoulotakis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120704/0185cf93/attachment.htm>
More information about the zeromq-dev
mailing list