2

Could someone bring some examples of how to work with websockets using zend framework 2? I need some hints to start

I would like to achieve some kind of facebooks push messages and real time chat and notifications

If someone could share his exprience with this kind of stuff i would appreciate that so much. Thanks

user1650441
  • 455
  • 3
  • 12

1 Answers1

1

Facebook using COMET method for real time chat and notifications. I found screencast about COMET for PHP.

Community
  • 1
  • 1
Can Aydoğan
  • 1,040
  • 2
  • 10
  • 23