channel-api
Google App Engine Channels API and sending heartbeat signals from client
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[详细]
2023-02-19 21:47 分类:问答GAE/J Channel API exception even though messages go through?
I open a channel during the app initialization through a series of ajax calls: getToken = function () {[详细]
2023-02-18 18:02 分类:问答Google Channel API - Socket not opening on some clients
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[详细]
2023-02-18 14:27 分类:问答Using GAE Channel's from a TaskQueue
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.[详细]
2023-02-16 22:21 分类:问答GAE users authentication doesn't work from iphone for channel_API
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.[详细]
2023-02-16 20:24 分类:问答Is it possible to have a GAE channel-API to 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[详细]
2023-02-15 02:54 分类:问答trying to understand Youtube Leanback implementation
in youtube leanback new application I can control the full-screen browser on my computer, using my android phone.[详细]
2023-02-15 02:40 分类:问答Google App Engine Channel API and Chrome Extensions
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.[详细]
2023-02-10 02:42 分类:问答Channels and TaskQueues in Google App Engine (client debugging)
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.[详细]
2023-02-09 03:29 分类:问答Google app engine Channel API for COMET on non Javascript clients
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.[详细]
2023-02-05 09:49 分类:问答