Re: [zeromq-dev] Websockets as a Transport ?

2012-07-15 Thread Martin Hurton
Hi Mark, I am working on adding websocket transport into 0MQ. Will post a message once its ready for testing. - Martin On Wed, Jul 4, 2012 at 8:30 PM, Mark Farnan mark.far...@petrolink.com wrote: Howdy all, I’m evaluating zeroMQ, and one main criteria we have is to support Websockets for

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-07 Thread Bennie Kloosteman
On Sat, Jul 7, 2012 at 8:16 AM, Mark Farnan mark.far...@petrolink.comwrote: Hi Ben, ** ** HttpS (more specifically SSL) is mandatory requirement in the Industry, just forget trying to do anything without it that involves the Internet. I know but you said minimal authentication , if

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-06 Thread Bennie Kloosteman
Hi Mark, Web socket uses tcp underneath so getting through the firewall is no issue just use port 80 , and in fact web sockets ( and things that use port 80 ) have issues with some ISP html proxy servers and load balancers and it will take time for these products to mature to handle web sockets.

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-06 Thread Mark Farnan
list Subject: Re: [zeromq-dev] Websockets as a Transport ? Hi Mark, Web socket uses tcp underneath so getting through the firewall is no issue just use port 80 , and in fact web sockets ( and things that use port 80 ) have issues with some ISP html proxy servers and load balancers

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-05 Thread Paul Colomiets
Hi Mark, Ian, On Thu, Jul 5, 2012 at 12:44 AM, Ian Barber ian.bar...@gmail.com 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++

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-05 Thread Mark Farnan
[mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Paul Colomiets Sent: Thursday, July 05, 2012 3:03 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] Websockets as a Transport ? Hi Mark, Ian, On Thu, Jul 5, 2012 at 12:44 AM, Ian Barber ian.bar...@gmail.com wrote: I'm evaluating zeroMQ

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-05 Thread Ian Barber
On Thu, Jul 5, 2012 at 11:53 PM, Mark Farnan mark.far...@petrolink.comwrote: Correct, What I am after is a bit different. I am looking for using Websockets as native transport, machine to machine running ZeroMQ natively at each end, across firewalls. For our case we can't rely on a TCP

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-05 Thread Mark Farnan
281 908 9814 From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Ian Barber Sent: Thursday, July 05, 2012 6:27 PM To: ZeroMQ development list Subject: Re: [zeromq-dev] Websockets as a Transport ? On Thu, Jul 5, 2012 at 11:53 PM, Mark Farnan

[zeromq-dev] Websockets as a Transport ?

2012-07-04 Thread Mark Farnan
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

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-04 Thread Apostolis Xekoukoulotakis
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.far...@petrolink.com Howdy

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-04 Thread Mark Farnan
: 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

Re: [zeromq-dev] Websockets as a Transport ?

2012-07-04 Thread Ian Barber
On Wed, Jul 4, 2012 at 7:30 PM, Mark Farnan mark.far...@petrolink.comwrote: 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