Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any framework that supports Websocket and falls back to other methods when it is not supported on client's browser?

Tags:

ajax

websocket

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.

like image 393
Cory Avatar asked Dec 01 '22 10:12

Cory


2 Answers

There is also Atmosphere

http://atmosphere.dev.java.net

which support both client and server.

like image 159
jfarcand Avatar answered Dec 04 '22 07:12

jfarcand


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).

like image 44
oluies Avatar answered Dec 04 '22 07:12

oluies