Websocket draft-ietf-hybi-thewebsocketprotocol-10
Vibul Imtarnasan
vibuli at gmail.com
Mon Oct 3 02:01:06 EDT 2011
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> 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> 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<https://github.com/chililog/chililog-server/tree/master/src/main/java/org/chililog/server/pubsub/websocket>),
>> 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> 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
>>> https://lists.jboss.org/mailman/listinfo/netty-users
>>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20111003/ed47dc75/attachment.html
More information about the netty-users
mailing list