-3

My question is an elaboration of this one: PHP/MYSQL AJAX Chat

I have a 100 chat rooms which I need to make. Is there a php/mysql based chat system that would do something like this?

phpFreeChat is mentioned, but from what I understand, I have to (manually) download and install the application 100 times in different folders to use that. That obviously is not going to work.

Does anybody have any experience on this issue? Ideally, the chat room would be a push-based system, or anything that doesn't make too many calls on the server.

Thanks

Community
  • 1
  • 1
chris
  • 20,791
  • 29
  • 77
  • 90
  • 4
    SO is for "how do I build," not "where do I find" :) – Sampson Aug 05 '09 at 00:40
  • maybe. i'm asking because there have been multiple questions like this (see above) before. also, people commonly ask for jquery plugins, advice on choosing IDEs, etc... – chris Aug 05 '09 at 02:56

1 Answers1

0

I've used ajchat in the past. The fact that it is basic and does the core stuff of a chat app made me stick with it. The app is very simple, which is part of the appeal for me. You can easily understand how it works and modify it to suit your needs.

Jesse Kochis
  • 766
  • 3
  • 10