PHP/jQuery chat plugin

24,160

Solution 1

Here is a simple Facebook/Gmail like chat jQuery plugin i've used. It's decent. Uses jQuery, PHP, and MySQL

jQuery Chat Module

As far as group chat plugin goes, here is another one that is more in the ball park of what you are looking for, but you'll probabaly have to tweak it abit. Uses jQuery, php, and MySQL as well:

Chat 2

Hopefully between these two it'll get you a kick start on your project.

Solution 2

This is what I was searching:

http://chatango.com/

Solution 3

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

Share:
24,160
Awan
Author by

Awan

Upvoter

Updated on October 02, 2020

Comments

  • Awan
    Awan over 3 years

    I want to implement a chat option on website in which any register user can join. This chat option will be public and any one can see chat but only selected users can send messages on chat. There is no any option to chat separately 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. What is the best plugin that fit my need.

    It may be subjected but I need this.

    Thanks.