Is there any framework that supports Websocket and falls back to other methods when it is not suppor

Posted by Cory on Stack Overflow See other posts from Stack Overflow or by Cory
Published on 2010-06-02T05:06:11Z Indexed on 2010/06/02 5:13 UTC
Read the original article Hit count: 374

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about websocket