Where can I get a PHP / MYSQL chat room application [closed]

让人想犯罪 __ 提交于 2019-12-04 07:12:04

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/1230619/where-can-i-get-a-php-mysql-chat-room-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!