I was doing AJAX implementation and would like to use Websocket when the client web browser supports it. Is there any frameworks that supports Websocket but falls-back to other methods when it detects the client side doesn't support Websocket.
views:
146answers:
3
+2
A:
Yes sort of see www.kaazing.org
Kaazing Gateway supports all major browsers (Firefox version 1.5 and higher, Internet Explorer version 5.5 and higher, Safari version 3.0 and higher, Opera version 9.5 and higher, and Google Chrome version 0.2 and higher).
oluies
2010-06-02 05:31:16
A:
You could also use Nirvana from www.my-channels.com.
When WebSocket is not supported it will fall back to a Comet based approach transparently.
eddie mcdaid
2010-06-02 06:49:18
+2
A:
There is also Atmosphere
http://atmosphere.dev.java.net
which support both client and server.
jfarcand
2010-07-09 21:32:29