How to push new HTML data from the server to the browser without refreshing the page

前端 未结 4 916
忘了有多久
忘了有多久 2021-01-03 02:54

I have seen many websites (facebook or stack overflow for instance) that will update certain features as new data is generated (new answer on a post for example).

L

4条回答
  •  走了就别回头了
    2021-01-03 03:10

    Well,

    If you are in the PHP and Open Source world, you can consider Node.Js, Socket.IO or NowJs

    I am in the ASP.Net wonderworld and I love SignalR.

提交回复
热议问题