質問

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.

役に立ちましたか?

解決

(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
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top