Re: [google-appengine] Mobile Integration and the Channel API

2011-02-13 Thread Nick Johnson (Google)
Hi Richard, The Channel API doesn't use websockets, as they're not widely deployed yet. Instead, it (currently!) uses long-polling. I'm not familiar with Phonegap or Titanium, but your best option is probably to use existing push messaging solutions available on each device. Apple provides a

[google-appengine] Mobile Integration and the Channel API

2011-02-08 Thread Richard Arrano
Hello, I was thinking about how to integrate my App Engine app with mobile devices; my favorite choices so far are phonegap and Titanium, and it seems relatively simple to port things to these platforms. However, the sticking point has been that my application uses the Channel API. What I'm