Right now it is only possible to receive Channel API messages in a web browser, through the javascript library provided by App Engine. There are several feature requests to offer a library that would allow messages to be received through other libraries (Flash, Java, C#, etc.).
Here's one feature request for a Channel API library, you can search for others: http://code.google.com/p/googleappengine/issues/detail?id=4206 Depending on your project you might be able to do what you want using the XMPP API, which could send messages to any valid XMPP client. XMPP article: http://code.google.com/appengine/articles/using_xmpp.html If you're really keen to use the Channel API, you could try to reverse engineer the javascript library, but it is tons and tons of heavily obfuscated javascript. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
