10-11-2012 12:23 AM
Hi
can you please tell me how to implement chatting without using socket programming or polling .
i want to implement chating using only .js and html5 file so that it is compatible to all device ..
10-11-2012 01:02 AM
You should look into Web Sockets. http://www.html5rocks.com has more information about them.