I have an existing application written in PHP (using the Kohana infrastructure), and I want to do a long survey. From some of the things I've read, it seems that a long survey with PHP is not recommended, and using something like nodejs is the best choice. My question is the best way to integrate nodejs (or some other well-suited tool for long polling) with an existing application?
For clarification, my application is basically a browser plugin that you can use to send data to other people's groups. When this data is sent, I want the recipients, if they are online and also have a browser plug-in, immediately receive this data and receive a notification.
jhchen
source share