I want to add a real time Chat Feature to my existing web page. I have a membership web site where people can join, create a profile and communicate with each other via message boards and email. But I do not have any way for them to chat in real time. I would like to add the real time chat and also allow members to see a list of other members who are online. The list of members names that are online would also link to that member’s profile.
The site is all custom PHP with a mysql database.