PHP / jQuery chat plugin

I want to implement a chat option on a website that any registry user can join. This chat option will be publicly available and anyone can see the chat, but only selected users can send messages in the chat. There is no way to separately communicate between two users. I am working on PHP, Zend, javascript and jQuery.

Something like this: http://www.thecricket-tv.com/p/channel-1.html

Is it possible. Which is the best plugin suitable for me.

It may be exposed, but I need it.

Thanks.

+4
source share
4 answers

Here is a simple Facebook / Gmail, such as the jQuery chat plugin I used. This is decent. Uses jQuery, PHP and MySQL

JQuery chat module

As for the group chat plugin, there is another one that is more suitable for the ball park of what you are looking for, but you probably should configure it. Also uses jQuery, php and MySQL:

Chat 2

Hopefully between these two, this will give you a start in your project.

+7
source

This is what I was looking for:

http://chatango.com/

+2
source

Here is a multi-user chat system that supports both group discussions and private chats. http://amiadogroup.github.com/candy

+2
source

Here is the best option:

http://www.arrowchat.com

0
source

Source: https://habr.com/ru/post/1343188/


All Articles