Is there a real server push over http?

前端 未结 7 844
走了就别回头了
走了就别回头了 2020-12-05 08:06

I know there are ways to fake it, polling (or long polling) but is there any way to have the server contact the browser to push out information?

Either polling optio

7条回答
  •  情深已故
    2020-12-05 08:26

    Um, no.

    Your browser doesn't listen for incoming connections.

    Nor would you want it to be able to. We have enough exploits as it is.

提交回复
热议问题