I'm not sure if people are aware or not but websockets have been dropped
from firefox and
opera<http://hacks.mozilla.org/2010/12/websockets-disabled-in-firefox-4/>
and
they expect other browsers to follow.

If you follow the links you can read the thread on the ietf mailing list
where the paper authors, that expose a vulnerability when transparent
proxies are involved, propose a different handshake for the protocol.

On 29 December 2010 15:51, Stuart Sierra <the.stuart.sie...@gmail.com>wrote:

> Netty. Excellent library, great documentation, built-in websocket support.
>  http://www.jboss.org/netty
>
> Example use from my work-in-progress, Cljque:
>
> https://github.com/stuartsierra/cljque/blob/master/modules/cljque-netty/src/main/clojure/cljque/netty/util.clj
>
> -Stuart Sierra
> clojure.com
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com<clojure%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to