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