I was thinking about an instant chat without refreshing every x second the page with ajax for exemple,
Are there technologies or ways to refresh a webpage only if a message has been sent ?
>Solution :
You should look into websockets.
For example ratchet
Or this one