What technology to use for chat? I would like to create an open connection.
When I put a new message to the database. I want to automatically without using the timer and making loops came a new message to the browser.
How to do this chat?
I have a web hosting - Linux. - Mysql database.
I tried to make retrieving new messages and use the timer. Every 3 seconds I am using Ajax retrieve data. This solution seems to me inefficient, so looking for others.
Thank you.