channel-api Questions

5

Solved

Is it a normal occurrence for an HTTP GET Request to have a response with status code 204 - No Content? Like, is this semantically correct concerning what an HTTP GET is supposed to accomplish? I k...
Glendon asked 9/10, 2012 at 20:16

3

The latest Android Wear update comes with support for ChannelApi that can be used for sending files to/from wearable or handheld. The problem is I cannot find a single sample of how to use this fun...
Swashbuckler asked 7/6, 2015 at 12:20

0

Here is my python file import os from google.appengine.api import channel from google.appengine.ext import webapp from google.appengine.ext.webapp import template from google.appengine.ext.webapp....
Premer asked 17/12, 2015 at 10:27

1

Solved

In my GAE app (Python) I have implemented multitenancy and multi-site support based on the host part of the request object. For example, www.foo.com/index.html and www.bar.com/index.html are both ...
Rochdale asked 13/1, 2014 at 11:49

1

I'm trying to handle disconnect / connect states using Presence in the Channel API. Here are some of my code. app.yaml handlers: - url: /(.*\.(gif|png|jpg|ico|js|css)) static_files: \1 upload:...
Lashondalashonde asked 14/4, 2012 at 9:25

3

Solved

My Google App Engine app, which uses the Channel API works well some of the time. Intermittently, though, the js code connecting to the channel generates an error. In socket.onError, the error code...
Syck asked 19/12, 2012 at 23:6

3

I am using App Engine Modules in my python project. (https://developers.google.com/appengine/docs/python/modules/#Python_Background_threads) I am also using channels in m project: https://develope...
Czarism asked 3/10, 2013 at 15:23

2

I am using App Engine Modules in my python project. (https://developers.google.com/appengine/docs/python/modules/#Python_Background_threads) I am also receiving email in m project: https://develop...
Gdynia asked 2/10, 2013 at 17:24

1

I have implemented Google App Engine's Channel API feature in my application. Everything runs smoothly. I create new channels every one hour for every user. I have managed to maintain one channel p...
Moguel asked 6/12, 2013 at 16:55

2

Solved

It seems the only way to make the GAE Channel API financially viable is to implement some kind of pooling mechanism (one of the senior app engine product managers even told me this when I emailed t...
Elemental asked 16/11, 2011 at 5:40

1

Solved

If a client disconnects from a Google App Engine channel, then can the service that created the channel reuse the corresponding token for another client? I realize that there have been previous qu...
Dubuffet asked 26/6, 2013 at 1:43

3

Solved

We need to develop a multi-player game with real-time performance. This needs to be working worldwide (servers in America, Europe, Asia), and supporting a huge traffic. Using Google Cloud services ...

2

Solved

In my Java Google App Engine server application, I would like to enable Channel Presence servlets in order to track connections/disconnections to/from my channels using the Channel API (as describe...
Symptomatology asked 16/10, 2012 at 22:4

2

Solved

I am trying to learn GAE's channel API (using Java), but I cannot figure out where to start from. I went through Channel API Overview (Java) but the code posted there wasn't complete for brevity p...
Prady asked 25/11, 2011 at 15:37

1

Solved

I'm building a multiuser realtime application with Google App Engine (Python) that would look like the Facebook livestream plugin: https://developers.facebook.com/docs/reference/plugins/live-stream...
Intelsat asked 3/12, 2011 at 7:53

1

Solved

I have been using Google app engine for ~2 years now and love it. I am tasked with making a game and I wanted to use GAE as the backend. From what I understand the Channels API is meant for this ki...
Unusual asked 11/11, 2011 at 23:23

4

I am developing an application that doesn't reside on AppEngine and having the functionality of a chat putting in communication web clients (browser + javascript) and mobile clients (ActionScript)....
Touzle asked 1/6, 2011 at 17:42

5

Solved

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 HTTP or Socks from client. How shall I procee...
Inmate asked 18/1, 2011 at 6:40

1

Solved

Hopefully Moishe sees this: in development mode, the channel api client (javascript) resorts to polling... and uses a very fast polling rate. After poking around I found that if I set goog.appengi...
Nonanonage asked 13/2, 2011 at 22:42

1

Solved

I have built a social network/dating type application on the AppEngine and am currently in the process of adding a chat built on top of the Channel API. However, the problem that I have is that use...
Dacoity asked 26/1, 2011 at 11:38

6

Solved

How can I implement Comet / Server push in Google App Engine in Python?
Childbearing asked 16/8, 2009 at 19:34

2

Solved

The official documentation doesn't mention the support, but I'm wondering if it is possible to hook up a client program instead of javascript to use the Channel API. I'm currently using the basic p...
Hone asked 5/12, 2010 at 3:28
1

© 2022 - 2024 — McMap. All rights reserved.