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
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
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
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,
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
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:
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:
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?
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
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.