http的三种交互模式
0 个评论
from: http://meteorserver.org/interaction-modes/
To stream data, a client initiates a request, the server’s response begins immediately, and continues indefinitely until the client closes the connection. This would seem to be the ideal method of interaction – events can be ...
阅读全文