I'm looking for some references for building chat app with php
1. With AJAX
I see there are many tutorials using javascript/jquery that use setInterval method to keep calling an ajax method, which used for getting a last inserted data on database and retrieve if any changes.
2. With Ratchet
But i found Ratchet ratchet web , which i believe use websockets.
Does anyone know what is the advantage for 1st and 2nd option, is the 1st option (using ajax) a good option?