문제

I was looking into Faye and socket-IO, socket-IO degrades to websockets, flash sockets, JSONP and such, but what are all the supported transport methods faye supports? Does it support flashsockets? Also does it support Multi-channels?

도움이 되었습니까?

해결책

protocols folder on github

Websocket, xhr, JSONP.

It also has CORS which seems to be something to do with Cross origin resource sharing

No sign of flash sockets so far.

다른 팁

Faye uses WebSocket, XMLHttpRequest, CORS and JSON-P in order of preference. Each client can subscribe to as many channels as you like.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top