HTML5 WebSocket on iPhone 3GS

I am developing a web application that should use HTML5 websites.

Is there a way to enable a javascript-based library to interact with my WebSocket server when the browser does not support the WebSocket protocol?

I saw some Flash-based backups, but I do not believe that iPhone supports Flash?

I am using iPhone OS 4.1 and Safari 4.0.5.

Thank you very much in advance

+3
source share
1 answer

Update: I use Socket.IO for this. It works very well.

+1
source

Source: https://habr.com/ru/post/1766628/


All Articles