Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 Faye 和 socket-IO,socket-IO 降级为 websockets、flash sockets、JSONP 等,但是 faye 支持的所有支持的传输方法是什么?它支持闪存插座吗?它还支持多通道吗?
github上的protocols文件夹
Websocket、xhr、JSONP。
它也有CORS,这似乎与跨源资源共享有关
到目前为止没有闪光灯插座的迹象。
Faye 按优先顺序使用 WebSocket、XMLHttpRequest、CORS 和 JSON-P。每个客户都可以订阅任意数量的频道。