Working on a GAE project and one requirement we have is that we want to in a timely manner be able to determine if a user has left the application.Currently we have开发者_如何学JAVA this working, but
I open a channel during the app initialization through a series of ajax calls: getToken = function () {
I\'ve been developing a simple chat application using the XMPP Service and the Channel service. I\'ve been able to get it functioning correctly at home. However, when another user tries to access the
I have been trying for some days to use the channel.send_message API in GAE (via Python) to send a message to a client when a TaskQueue process has finished. It just WON\'T work.
I have a GAE app that works just fine from my browser, but can\'t figure out the user when I try to run the same website on the iphone.
I want to try using channel-API 开发者_开发百科between my GAE app and the iphone. I\'m not sure where to start... should I try it with UIWebView that runs a javascript?Well, it\'s possible on the iPho
in youtube leanback new application I can control the full-screen browser on my computer, using my android phone.
Over Christmas I implemented some code to open a channel to my App Engine appli开发者_JS百科cation using the channel API and it was working fine.
I\'m trying to build and debug my first GAE application and have already benefited from the awesome support of Stackoverflowers to get where I am in having tasks being processed on the default queue.
How to use Google app engine Channel API for COMET on non JavaScript clients. I shall be writing a client in python or any other language, and can do HTT开发者_运维知识库P or Socks from client.