Have you looked at the Channel API? http://code.google.com/appengine/docs/python/channel/overview.html
On Tue, Jun 14, 2011 at 9:33 AM, Richard Roylance <[email protected]> wrote: > Hi, > > Is it possible to host a duplex web service on GAE ? > > Basically I am wanting to have a mobile app and a desktop app that will > message each other through a duplex web service. I currently have this > working using a TCP socket connection, but obviously this will not work > unless the 2 devices are on the same network. That is why i need to make a > duplex web servioce to facilitate the communication. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/wJmJCwYvVVAJ. > 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. > -- Read my blog! I depend on your acceptance of my opinion! I am interesting! http://techblog.ironfroggy.com/ Follow me if you're into that sort of thing: http://www.twitter.com/ironfroggy -- 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.
