channel-api
Channel disconnect notification in channel api in google app engine
Im using my GAE application on my phone. I face a problem in getting the disconnect notification to /_ah/channel/disconnected in channels api even if i manually close the socket by socket.close() func[详细]
2023-04-12 04:58 分类:问答GWT & channel API
Anyone have experience with appengine channel api with GWT?I have been following the BRIEF \"How-to\" provided with the googlecode .My question is how do we get the channelKey(token variable in the co[详细]
2023-04-01 22:18 分类:问答App Engine Channel API's Javascript Client Isn't Using my onError Callback
I\'m using App Engine\'s Channel API to maintain a connection between a Chrome extension and an App Engine app. You can see my Channel-related code here: https://github.com/2cloud/Chrome/blob/3fe70262[详细]
2023-03-30 03:16 分类:问答simplejson dumps in Google App Engine Channel API
I am trying to use the Channel API with my Google App Engine django-nonrel project. As per my current requirement I want to send all the users list who are at a certain page, say group_mainpage.html,[详细]
2023-03-28 07:12 分类:问答GAE channel api with django-nonrel
Can anyone please let me know, does Google app engine channel api be integrated within django-nonrel ? My whole application is in django-nonrel running on GAE but now I need to use the channel api for[详细]
2023-03-26 20:24 分类:问答App engine Channel API returns no messages
Problem description: channel messages no returned to ajax script. Initially, messages are delivered to clietn side, but the problem appears when I set larger timeout in js:[详细]
2023-03-25 04:27 分类:问答Channel API closes a channel
First off, thank you @Moishe for the very useful API.I\'m having a little timeout problem, maybe someone knows the answer.Here\'s how I open the channel:[详细]
2023-03-12 19:14 分类:问答How to keep track of the number of active user in a Channel API chat
I\'m working on a small chat using the google Channel API and appengine. Is there an easy way to know ho开发者_开发问答w many users are active on the chat?[详细]
2023-03-12 05:17 分类:问答Problem with google appengine channel API (Java)
I\'m having problems with the Channel API - any help would be greatly appreciated. I\'ve no problems with the API on the local dev server, but when I put it up on appspot, I get an esoteric exception[详细]
2023-03-05 20:51 分类:问答how is Billing for Channel API done?
I\'ve chosen google-app-engine because of its scalability, and now I try to understand how much I will have to pay once I release the product.[详细]
2023-02-20 16:00 分类:问答