문제

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