-2

I have an ndb entry that can be changed by a rpc call to my app engine app. I also have a python web app creating an html site to show the entry. How do i show the changes when they happen without the need to do refresh page? I am new at writing server side so i need a hint where to look, thanks!

amir
  • 1,332
  • 8
  • 15

1 Answers1

1

You can use Channels API to push (server-to-client) updates in browser.

Peter Knego
  • 79,991
  • 11
  • 123
  • 154