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.
HTTP 是一种请求-回复类型的协议。是否可以在没有客户端明确提出请求的情况下将信息从服务器发送到客户端?如果可能,那么客户如何收听该信息?
谢谢你。
是的,有办法。它称为websockets。
在这里寻找一些很好的例子:
http://www.websocket.org/demos.html