I am looking for a free scalable chat solution, which is equivalent to SOLR, but for chat. I have a LAMP application with which I need to integrate chat. For search I use SOLR, and since it has a REST interface integrated with it, it was easy and did not require writing Java.
Is there a similar turnkey solution that also has a high level for chat? Obviously, based on periodic polling scenarios based on MySQL / PHP / AJAX, there is no question.
source share