views:

426

answers:

3

My question is an elaboration of this one: http://stackoverflow.com/questions/1093251/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

A: 

ICEspresso Chat Framework

link

CodeToGlory
A: 

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
A: 

If you want the basic then Check this out...... Ajax for chat