I am trying to create an application where I need to receive url information from Google app engine server(python) to a client (chrome app) through channel api.
I found this example (https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/appengine-channelapi) but it is complicated for me.
can anyone suggest any other way or explain me with a simple example