I want to build a chat, based on JavaScript (jQuery will be used for AJAX) and PHP.
I\'ve heard a good way of doing this is to use long-polling.
I do underst
implementing such kind of chat is not good idea in php, you can use CometChat, Nodjs and if you can not install scripts on your server than you can use Available APIs for Realtime Sending Data,
such as Pubnub, Pushemr, Beaconpush.