On Fri, Jan 2, 2015 at 12:00 PM, Saturnino Mateus <[email protected]> wrote:
> I'm making an a application for restaurant orders with Google App Engine > with Python. I need to maintain a connection with the Restaurant Page and > Client Page, because, the restaurant need to update the status of his > service (Online/Offline), also can happen an exception, like the restaurant > be without internet connection. > As Jim said, you'll probably want to use the Channels API for your service. You may also want to look at Firebase; there's a sample chat application demonstrating a maintained connection here: https://www.youtube.com/watch?v=VSIb_PDotTw#t=1h17m ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
