views:

94

answers:

1

Hi,

I'm developing a web app that needs to use HTML5 websockets.

Is there any way of incorporating a javascript-based library to interface with my WebSocket server, when the browser doesn't support the WebSocket protocol?

I've seen some Flash-based fallbacks, but I don't believe the iPhone supports Flash?

I'm using iPhone OS 4.1 and Safari 4.0.5.

Many thanks in advance

A: 

Update: I'm using Socket.IO for this. Works very well.

Eamorr