Long-lived connections (asynchronous server push) with Apache/PHP/Javascript?

前端 未结 1 1501
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-05 16:53

I come from more of a Java background. In the last year or two, it\'s become somewhat popular to do server push over HTTP using long-lived HTTP connections in Comet. It\'s

相关标签:
1条回答
  • 2021-01-05 17:30

    You can use Comet programming techniques in PHP. I think a good place to start is this post, describing how to implement Comet in PHP.

    0 讨论(0)
提交回复
热议问题