Bayeux Protocol
Bayeux is a protocol for transporting asynchronous messages (primarily over HTTP), with low latency between a web server and a web client.
The primary purpose of Bayeux is to support responsive bidirectional interactions between web clients, for example using using AJAX , and the web server.
The messages are routed via named channels and can be delivered:
- server to client
- client to server
- client to client (via the server)
By default, publish subscribe routing semantics are applied to the channels.
See here for more:
Bayeux协议是一种用于实现Web服务器与客户端之间的低延迟异步消息传输协议,主要通过HTTP进行传输。它支持服务器到客户端、客户端到服务器及客户端间的双向交互,并采用发布订阅模式进行消息路由。
276

被折叠的 条评论
为什么被折叠?



