Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easiest way to make comet chat

Tags:

jquery

php

comet

I need to make tet-a-tet comet chat with many channels using PHP as a backend and JQuery as a frontend. I need something like event-driven server to do this... But didnt find any simple and appplicable to my task. Please, tell me the best solution for this problem

like image 959
hexxy Avatar asked Feb 14 '10 13:02

hexxy


People also ask

What is Comet Chat Pro?

CometChat is an in-app voice, video and messaging solution that makes it super easy to integrate chat to websites and mobile apps. It is offered as a ... ₹4365. (Price:₹3699 + ₹666 GST)


2 Answers

You may a look for Reverse Ajax term. Probably the APE project will help you.

like image 171
edigu Avatar answered Oct 02 '22 20:10

edigu


You can create a daemon: http://kevin.vanzonneveld.net/techblog/article/create_daemons_in_php/

like image 26
Sam Dark Avatar answered Oct 02 '22 22:10

Sam Dark