0

I have a project, where i have to always keep connection (uploading comments, and so on...). We tried use WebSocket module, but it's version work very unstable (i could not run test apps, and i get something strange with web-socket php server). I wrote some quistions about it to author, but he didn't answer to me.
Then i'd download node.js module, and now i'm trying to setup it.. but i don't know is it better variant? Send packet to server evry 2 second's with just JavaScript - is bad idea)
Did somebody already decide this question, or not?

Community
  • 1
  • 1
Timopheym
  • 363
  • 3
  • 15

1 Answers1

0

Related questions (but ultimately you are going to struggle with PHP since it doesn't work well with maintaining concurrent connections):

Community
  • 1
  • 1
leggetter
  • 15,248
  • 1
  • 55
  • 61