GWT comet in push server mode?

2013-02-12 Thread Maria Garcia
Hi, I have used comet library http://code.google.com/p/gwt-comet/wiki/GettingStarted to create a application. I would like to use comet to server pushes data to my client. Is it possible? Regards, -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT comet in push server mode?

2013-02-12 Thread Andy Stevko
Many projects have used comet to push data from server to client. This library seems stable although no changes in almost a year. Appengine's channel api uses comet, works really well, and is easy to implement. IMO, web sockets are more desirable to comet in terms of resource utilization. WS does