Websocket draft-ietf-hybi-thewebsocketprotocol-10
"이희승 (Trustin Lee)"
trustin at gmail.com
Tue Oct 25 20:46:44 EDT 2011
Very cool.
Thank you Vibul for your patience and continuous effort. Please let me
tell you that we are not uninterested although the pull request is not
being processed soon enough. I'll be back definitely soon..
Cheers
Vibul Imtarnasan wrote:
> Hi,
>
> I've updated the pull request.
>
> 1. Aslak Hellesøy (who wrote most of the hybi code in the webbit web
> server on which I've based my pull request) contacted me to let me
> know that the webbit code has been updated. Accordingly, I've updated
> the pull request with those changes.
>
> 2. Aslak also mentioned testing against the AutoBahn web socket test
> cases. I've integrated the AutoBahn tests (see
> /org.jboss.netty.example.http.websocketx.autobahn/ package) and am
> happy to report the new code passes all the tests. Instructions for
> running the tests can be found in the package-info.java file in that
> package.
>
> 3. Implemented Steven Osborn's suggestion that we re-use the existing
> Base64 implementation in the codec.
>
> If anyone has the time, please review the code and give the AutoBahn
> tests a run. It will be good to make sure that the tests also work in
> platforms/environments different from mine (Ubuntu).
>
> Thanks
>
> Regards
> Vibul
>
> On 4 October 2011 05:45, Dustin Norlander <dustinn at gmail.com
> <mailto:dustinn at gmail.com>> wrote:
>
> This is excellent! Thanks much.
>
> (Your chililog project looks very interesting as well)
>
> -Dustin Norlander
> trendrr.com <http://trendrr.com>
>
> On Sun, Oct 2, 2011 at 11:01 PM, Vibul Imtarnasan
> <vibuli at gmail.com <mailto:vibuli at gmail.com>> wrote:
> > I forgot to add, for anyone interested, you can checkout a demo
> of the code
> > used in the submitted pull request
> > here: https://github.com/chililog/chililog-server/wiki/Live-Demo
> > The demo illustrates WebSockets from a browser talking to a
> Netty JSON
> > proxy/facade for HornetQ pub/sub.
> > The code is open source and can be found
> > at https://github.com/chililog/chililog-server
> > If anyone has feedback/comments, please email me or raise an
> issue on github
> > (https://github.com/chililog/chililog-server/issues).
> > Thanks
> > Regards
> > Vibul
> >
> >
> > On 3 October 2011 16:49, Vibul Imtarnasan <vibuli at gmail.com
> <mailto:vibuli at gmail.com>> wrote:
> >>
> >> Hi,
> >> A week ago I submitted pull request #26
> >> (https://github.com/netty/netty/pull/26).
> >> The pull request supports Hixie-75/76/Hybi-00 (Safari 5+,
> Chrome 6-13) as
> >> well as Hybi-10 (Chrome 14 and FireFox 7).
> >> I've also included handshaking code for server and client side
> >> implementation. Unit test cases and examples are also provided.
> >> I've just had the time to do a bit of write up on it if anyone is
> >> interested.
> http://www.veebsbraindump.com/2011/10/websockets-and-netty/
> >> If anyone finds bugs/problems with the pull request, please let
> me know.
> >> Regards
> >> Vibul
> >>
> >>
> >> On 25 September 2011 22:59, Vibul Imtarnasan <vibuli at gmail.com
> <mailto:vibuli at gmail.com>> wrote:
> >>>
> >>> Hi Karl,
> >>> I am in the process of arranging a pull request to netty for the
> >>> implementation of ietf-10 in the next few days when I have
> some free time.
> >>> If approved by the core team, the implementation should be
> released in an
> >>> up coming release of netty.
> >>> Having worked with HornetQ in my hobby project
> >>> (https://github.com/chililog), I know that HornetQ only
> supports web sockets
> >>> version ietf-00. It will only work with Safari (5+) and
> Chrome (6-13).
> >>> The latest Chrome 14 and Firefox 7 supports ietf-10
> >>> (see http://en.wikipedia.org/wiki/WebSocket) and hence will
> not be able to
> >>> work with HornetQ Stomp Web Sockets.
> >>> I have written a purpose built JSON HornetQ pubsub proxy using
> Netty in
> >>> my app. If would like to know more about this, please feel
> free to email me
> >>> directly. My coding efforts are nearly complete and will have
> a demo site
> >>> up soon.
> >>> Regards
> >>> Vibul
> >>>
> >>>
> >>> On 24 September 2011 02:53, Karl Krukow <karl.krukow at gmail.com
> <mailto:karl.krukow at gmail.com>> wrote:
> >>>>
> >>>> Hi,
> >>>> I'm interested in the status on this effort. I am giving a
> talk on goto
> >>>> Amsterdam on JavaScript and I'd like to use websockets to
> talk with hornetq
> >>>> over stomp.
> >>>>
> >>>> Was ietf-10 ever implemented?
> >>>>
> >>>> Kind regards
> >>>> Karl
> >>>>
> >>>> Sent from my iPhone
> >>>> _______________________________________________
> >>>> netty-users mailing list
> >>>> netty-users at lists.jboss.org <mailto:netty-users at lists.jboss.org>
> >>>> https://lists.jboss.org/mailman/listinfo/netty-users
> >>>
> >>
> >
> >
> > _______________________________________________
> > netty-users mailing list
> > netty-users at lists.jboss.org <mailto:netty-users at lists.jboss.org>
> > https://lists.jboss.org/mailman/listinfo/netty-users
> >
>
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org <mailto:netty-users at lists.jboss.org>
> https://lists.jboss.org/mailman/listinfo/netty-users
>
>
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20111025/200c2aa9/attachment-0001.html
More information about the netty-users
mailing list