How to show continuous real time updates like facebook ticker, meetup.com home page does?

后端 未结 4 995
抹茶落季
抹茶落季 2020-12-14 12:26

How to show continuous real time updates in browser like facebook ticker, meetup.com home page does? In python, PHP, node.js and what would be the performance impact at the

4条回答
  •  不思量自难忘°
    2020-12-14 13:19

    Jetty

    Ajax Push Engine

    Socket.io

    These are ways to implement Comet

    I would recommend Socket.io, which is implemented with Node.js

    because It leverages to use best available connection method

提交回复
热议问题