Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Faye compatible with all browsers?

I'm considering Faye for some real-time pub/sub to browser clients. I can't find any information about which browsers do and don't work with Faye.

like image 686
tybro0103 Avatar asked Dec 22 '22 09:12

tybro0103


1 Answers

(Disclaimer: I'm the author of Faye.)

Faye runs in all the major browsers as well as WebKit-based mobile browsers on iPhone, iPad and Android devices. It should run in any browser capable of one of the following:

  • WebSockets (including the Firefox 6 and Chrome 14 implementations as of 0.6.4)
  • XMLHttpRequest
  • CORS
  • JSON-P
like image 119
jcoglan Avatar answered Dec 30 '22 12:12

jcoglan