Hi,
I wasn't sure exactly in which forum I should post, but let me know. As the title suggests, I want to create a chat client that is web based.
I know I can use ajax to post messages to the database and then using ajax display new messages. The way displaying will work is if I send a request every 1 or 2 seconds to check the database for new message and then display it.
But that's really not instant messaging, if you know what I mean. Is there any alternatives so that after someone posts something it will appear on message display without needing to wait for the server to receive a request and then display it?



Reply With Quote

Bookmarks