either my last reply was lost or hasn't been moderated through yet, so
resending...
====
i know that
socket.io supports hybi 07-12 and 16+.
i also know that node-websocket-client/lib/websocket.js is not the
socket.io server, nor the browser-based framework. i am specifically
looking for a node emulation of the browser's WebSocket object for use
in a non-browser node environment. like you (i'm guessing), i want to
use it for testing connections to a WebSocket server without running
hundreds of browsers.
so my question still stands: do you plan to add hybi support to node-
websocket-client/lib/websocket.js?
thanks,
colin
On Nov 2, 5:06 pm, Arnout Kazemier <
i...@3rd-eden.com> wrote:
> That is our WebSocket client that we use for testing.
> Socket.IO supports hixie 75/76 and hybi 07-12 and 16+
>
> Seehttps://
github.com/LearnBoost/socket.io/tree/master/lib/transports/we...
>
> On 2 nov. 2011, at 21:58, Colin Moock wrote:
>
>
>
>
>
>
>
> > i noticed that the WebSocket object implementation at:
> >
https://github.com/LearnBoost/socket.io/blob/master/support/node-webs...