I am new to comet programming.
I browsed for information on how to achieve this, I found that it can be done through LightStreamer. But when I tried to implement that, I felt few libraries missing.
Recently I read an article from http://cometdaily.com/maturity.html, here it stated few transports that are not supported. Currently I know JS and AJAX. I want to know a framework or technology that helps me achieve this.
I need to get data from the server whenever there is any change as well as other clients.