3

I'm looking to implement a real-time collaboration on a document on the web. Is there some sort of library that enables it in PHP? Something similar to SignalR which creates 'persistent connection' by using long-polling.

update found this library for pubsubhubbub http://code.google.com/p/pubsubhubbub/source/browse/trunk/publisher_clients/php/

Searching on the library name led me to How to implement PubSubHubbub?

Community
  • 1
  • 1
dev.e.loper
  • 35,446
  • 76
  • 161
  • 247

1 Answers1

4

Checkout pubsubhubbub

http://code.google.com/p/pubsubhubbub/

JConstantine
  • 3,980
  • 1
  • 33
  • 46