Top "Channel-api" questions

The Channel API creates a persistent connection between your application and Google servers, allowing your application to send messages to JavaScript clients in real time without the use of polling.

HTTP Get with 204 No Content: Is that normal

Is it a normal occurrence for an HTTP GET Request to have a response with status code 204 - No Content? …

google-app-engine http get http-status-codes channel-api
Google App Engine Channel API

I am trying to learn GAE's channel API (using Java), but I cannot figure out where to start from. I …

java google-app-engine channel-api