How do I use the subscriber option?

前端 未结 3 957
野趣味
野趣味 2021-02-02 02:14

I started now with Pubsubhubbub (and all about realtime things), but I amhaving trouble with the Subscriber option.

I\'m trying to develop a webapp in PHP to:

3条回答
  •  时光说笑
    2021-02-02 02:55

    This is an old question and the PHP library ddluis linked to has many flaws.

    The recommended PHP subscriber in the Google Code wiki is PuSHSubscriber:

    http://github.com/lxbarth/PuSHSubscriber/

    UPDATE:

    I forked PuSHSubscriber: http://github.com/bobdia/PuSHSubscriber

    I've made a few incompatible changes with the original. A simple implementation can be found in the /example directory. This is not meant for real use, just for demonstration purposes. I hope you find it useful.

提交回复
热议问题