Question

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.

Was it helpful?

Solution

(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
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top